Html Css Color HEX #BDCAE0 Periwinkle

📋 copy color: '#BDCAE0'

red 189 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #BDCAE0

Tints of Periwinkle #BDCAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 30.73%
G = 32.85%
B = 36.42%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDCAE0 (or 0xBDCAE0) is known color: Periwinkle. HEX triplet: BD, CA and E0. RGB value is (189,202,224). Sum of RGB (Red+Green+Blue) = 189+202+224=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCAE0 is #42351F. Grayscale: #C8C8C8. Windows color (decimal): -4338976 or 14731965. OLE color: 14731965.

HSL color Cylindrical-coordinate representation of color #BDCAE0: hue angle of 217.71º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCAE0 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 202 224 -
CMYK 0.16 0.10 0 0.12
HSL 217.71º 0.36% 0.81% -
HSV(B) 217.71º 0.16% 0.88% -
XYZ 55.56 58.44 78.87 -
YUV 200.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 189 202 224 0.16 0.10 0 0.12 217.71 0.36 0.81
Hex BD CA E0 10 A 0 C DA 24 51
Octal 275 312 340 20 12 0 14 332 44 121
Binary 10111101 11001010 11100000 10000 1010 0 1100 11011010 100100 1010001

Color Harmonies of #BDCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAE0

Black with #BDCAE0

Text Example


Text Example

White with #BDCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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