Html Css Color HEX #BDC8E8 Periwinkle

📋 copy color: '#BDC8E8'

red 189 ◦ green 200 ◦ blue 232

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

Shades of Periwinkle #BDC8E8

Tints of Periwinkle #BDC8E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.36%

R = 30.43%
G = 32.21%
B = 37.36%

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

#BDC8E8 (or 0xBDC8E8) is known color: Periwinkle. HEX triplet: BD, C8 and E8. RGB value is (189,200,232). Sum of RGB (Red+Green+Blue) = 189+200+232=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8E8 is #423717. Grayscale: #C8C8C8. Windows color (decimal): -4339480 or 15255741. OLE color: 15255741.

HSL color Cylindrical-coordinate representation of color #BDC8E8: hue angle of 224.65º degrees, saturation: 0.48, 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 #BDC8E8 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 200 232 -
CMYK 0.19 0.14 0 0.09
HSL 224.65º 0.48% 0.83% -
HSV(B) 224.65º 0.19% 0.91% -
XYZ 56.21 57.95 84.57 -
YUV 200.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 189 200 232 0.19 0.14 0 0.09 224.65 0.48 0.83
Hex BD C8 E8 13 E 0 9 E1 30 53
Octal 275 310 350 23 16 0 11 341 60 123
Binary 10111101 11001000 11101000 10011 1110 0 1001 11100001 110000 1010011

Color Harmonies of #BDC8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC8E8

Black with #BDC8E8

Text Example


Text Example

White with #BDC8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC8E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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