Html Css Color HEX #BDCEE8 Periwinkle

📋 copy color: '#BDCEE8'

red 189 ◦ green 206 ◦ blue 232

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

Shades of Periwinkle #BDCEE8

Tints of Periwinkle #BDCEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.85%

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

R = 30.14%
G = 32.85%
B = 37%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDCEE8 (or 0xBDCEE8) is known color: Periwinkle. HEX triplet: BD, CE and E8. RGB value is (189,206,232). Sum of RGB (Red+Green+Blue) = 189+206+232=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEE8 is #423117. Grayscale: #CBCBCB. Windows color (decimal): -4337944 or 15257277. OLE color: 15257277.

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

Color convert

RGB 189 206 232 -
CMYK 0.19 0.11 0 0.09
HSL 216.28º 0.48% 0.83% -
HSV(B) 216.28º 0.19% 0.91% -
XYZ 57.62 60.79 85.04 -
YUV 203.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 189 206 232 0.19 0.11 0 0.09 216.28 0.48 0.83
Hex BD CE E8 13 B 0 9 D8 30 53
Octal 275 316 350 23 13 0 11 330 60 123
Binary 10111101 11001110 11101000 10011 1011 0 1001 11011000 110000 1010011

Color Harmonies of #BDCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCEE8

Black with #BDCEE8

Text Example


Text Example

White with #BDCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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