Html Css Color HEX #BECADF Periwinkle

📋 copy color: '#BECADF'

red 190 ◦ green 202 ◦ blue 223

#BECADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BECADF

Tints of Periwinkle #BECADF

RGB

 RED value IS 190 (74.61% from 255) = 30.89%

 GREEN value IS 202 (79.3% from 255) = 32.85%

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 30.89%
G = 32.85%
B = 36.26%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BECADF (or 0xBECADF) is known color: Periwinkle. HEX triplet: BE, CA and DF. RGB value is (190,202,223). Sum of RGB (Red+Green+Blue) = 190+202+223=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #BECADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECADF is #413520. Grayscale: #C8C8C8. Windows color (decimal): -4273441 or 14666430. OLE color: 14666430.

HSL color Cylindrical-coordinate representation of color #BECADF: hue angle of 218.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECADF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 202 223 -
CMYK 0.15 0.09 0 0.13
HSL 218.18º 0.34% 0.81% -
HSV(B) 218.18º 0.15% 0.87% -
XYZ 55.68 58.52 78.17 -
YUV 200.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 190 202 223 0.15 0.09 0 0.13 218.18 0.34 0.81
Hex BE CA DF F 9 0 D DA 22 51
Octal 276 312 337 17 11 0 15 332 42 121
Binary 10111110 11001010 11011111 1111 1001 0 1101 11011010 100010 1010001

Color Harmonies of #BECADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECADF

Black with #BECADF

Text Example


Text Example

White with #BECADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECADF; }

 p { color: rgb(190,202,223); }

 H1.HeaderClassName
 {
   color: #BECADF;
 }
 .AnyTagClassName
 {
   color: #BECADF;
 }
</style>

background-color css

<style>
 a { background-color: #BECADF; }

 a { background-color: rgb(190,202,223); }

 div.DivClassName
 {
   background-color: #BECADF;
 }
 .BgClassName
 {
   background-color: #BECADF;
 }
</style>

border-color css

<style>
 span { border-color: #BECADF; }

 span { border-color: rgb(190,202,223); }

 td.TdClassName
 {
   border-color: #BECADF;
 }
 .TagClassName
 {
   border-color: #BECADF;
 }
</style>