Html Css Color HEX #BDCAE2 Periwinkle

📋 copy color: '#BDCAE2'

red 189 ◦ green 202 ◦ blue 226

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

Shades of Periwinkle #BDCAE2

Tints of Periwinkle #BDCAE2

RGB

 RED value IS 189 (74.22% from 255) = 30.63%

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

 BLUE value IS 226 (88.67% from 255) = 36.63%

R = 30.63%
G = 32.74%
B = 36.63%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BDCAE2 (or 0xBDCAE2) is known color: Periwinkle. HEX triplet: BD, CA and E2. RGB value is (189,202,226). Sum of RGB (Red+Green+Blue) = 189+202+226=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #BDCAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAE2 is #42351D. Grayscale: #C8C8C8. Windows color (decimal): -4338974 or 14863037. OLE color: 14863037.

HSL color Cylindrical-coordinate representation of color #BDCAE2: hue angle of 218.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCAE2 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 202 226 -
CMYK 0.16 0.11 0 0.11
HSL 218.92º 0.39% 0.81% -
HSV(B) 218.92º 0.16% 0.89% -
XYZ 55.83 58.55 80.31 -
YUV 200.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 189 202 226 0.16 0.11 0 0.11 218.92 0.39 0.81
Hex BD CA E2 10 B 0 B DB 27 51
Octal 275 312 342 20 13 0 13 333 47 121
Binary 10111101 11001010 11100010 10000 1011 0 1011 11011011 100111 1010001

Color Harmonies of #BDCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAE2

Black with #BDCAE2

Text Example


Text Example

White with #BDCAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAE2; }

 p { color: rgb(189,202,226); }

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

background-color css

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

 a { background-color: rgb(189,202,226); }

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

border-color css

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

 span { border-color: rgb(189,202,226); }

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