Html Css Color HEX #BDC8E9 Periwinkle

📋 copy color: '#BDC8E9'

red 189 ◦ green 200 ◦ blue 233

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

Shades of Periwinkle #BDC8E9

Tints of Periwinkle #BDC8E9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.15%

 BLUE value IS 233 (91.41% from 255) = 37.46%

R = 30.39%
G = 32.15%
B = 37.46%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC8E9 (or 0xBDC8E9) is known color: Periwinkle. HEX triplet: BD, C8 and E9. RGB value is (189,200,233). Sum of RGB (Red+Green+Blue) = 189+200+233=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8E9 is #423716. Grayscale: #C8C8C8. Windows color (decimal): -4339479 or 15321277. OLE color: 15321277.

HSL color Cylindrical-coordinate representation of color #BDC8E9: hue angle of 225º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC8E9 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 200 233 -
CMYK 0.19 0.14 0 0.09
HSL 225º 0.5% 0.83% -
HSV(B) 225º 0.19% 0.91% -
XYZ 56.35 58.01 85.32 -
YUV 200.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 189 200 233 0.19 0.14 0 0.09 225 0.5 0.83
Hex BD C8 E9 13 E 0 9 E1 32 53
Octal 275 310 351 23 16 0 11 341 62 123
Binary 10111101 11001000 11101001 10011 1110 0 1001 11100001 110010 1010011

Color Harmonies of #BDC8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8E9

Black with #BDC8E9

Text Example


Text Example

White with #BDC8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8E9; }

 p { color: rgb(189,200,233); }

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

background-color css

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

 a { background-color: rgb(189,200,233); }

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

border-color css

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

 span { border-color: rgb(189,200,233); }

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