Html Css Color HEX #BDCAE6 Periwinkle

📋 copy color: '#BDCAE6'

red 189 ◦ green 202 ◦ blue 230

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

Shades of Periwinkle #BDCAE6

Tints of Periwinkle #BDCAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.04%

R = 30.43%
G = 32.53%
B = 37.04%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDCAE6 (or 0xBDCAE6) is known color: Periwinkle. HEX triplet: BD, CA and E6. RGB value is (189,202,230). Sum of RGB (Red+Green+Blue) = 189+202+230=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDCAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAE6 is #423519. Grayscale: #C9C9C9. Windows color (decimal): -4338970 or 15125181. OLE color: 15125181.

HSL color Cylindrical-coordinate representation of color #BDCAE6: hue angle of 220.98º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDCAE6 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 202 230 -
CMYK 0.18 0.12 0 0.10
HSL 220.98º 0.45% 0.82% -
HSV(B) 220.98º 0.18% 0.9% -
XYZ 56.39 58.77 83.24 -
YUV 201.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 189 202 230 0.18 0.12 0 0.10 220.98 0.45 0.82
Hex BD CA E6 12 C 0 A DD 2D 52
Octal 275 312 346 22 14 0 12 335 55 122
Binary 10111101 11001010 11100110 10010 1100 0 1010 11011101 101101 1010010

Color Harmonies of #BDCAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCAE6

Black with #BDCAE6

Text Example


Text Example

White with #BDCAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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