Html Css Color HEX #BDCCE8 Periwinkle

📋 copy color: '#BDCCE8'

red 189 ◦ green 204 ◦ blue 232

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

Shades of Periwinkle #BDCCE8

Tints of Periwinkle #BDCCE8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

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

R = 30.24%
G = 32.64%
B = 37.12%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDCCE8 (or 0xBDCCE8) is known color: Periwinkle. HEX triplet: BD, CC and E8. RGB value is (189,204,232). Sum of RGB (Red+Green+Blue) = 189+204+232=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCE8 is #423317. Grayscale: #CACACA. Windows color (decimal): -4338456 or 15256765. OLE color: 15256765.

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

Color convert

RGB 189 204 232 -
CMYK 0.19 0.12 0 0.09
HSL 219.07º 0.48% 0.83% -
HSV(B) 219.07º 0.19% 0.91% -
XYZ 57.14 59.83 84.88 -
YUV 202.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 189 204 232 0.19 0.12 0 0.09 219.07 0.48 0.83
Hex BD CC E8 13 C 0 9 DB 30 53
Octal 275 314 350 23 14 0 11 333 60 123
Binary 10111101 11001100 11101000 10011 1100 0 1001 11011011 110000 1010011

Color Harmonies of #BDCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCE8

Black with #BDCCE8

Text Example


Text Example

White with #BDCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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