Html Css Color HEX #BDC9E8 Periwinkle

📋 copy color: '#BDC9E8'

red 189 ◦ green 201 ◦ blue 232

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

Shades of Periwinkle #BDC9E8

Tints of Periwinkle #BDC9E8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.32%

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

R = 30.39%
G = 32.32%
B = 37.3%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC9E8 (or 0xBDC9E8) is known color: Periwinkle. HEX triplet: BD, C9 and E8. RGB value is (189,201,232). Sum of RGB (Red+Green+Blue) = 189+201+232=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9E8 is #423617. Grayscale: #C8C8C8. Windows color (decimal): -4339224 or 15255997. OLE color: 15255997.

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

Color convert

RGB 189 201 232 -
CMYK 0.19 0.13 0 0.09
HSL 223.26º 0.48% 0.83% -
HSV(B) 223.26º 0.19% 0.91% -
XYZ 56.44 58.42 84.65 -
YUV 200.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 189 201 232 0.19 0.13 0 0.09 223.26 0.48 0.83
Hex BD C9 E8 13 D 0 9 DF 30 53
Octal 275 311 350 23 15 0 11 337 60 123
Binary 10111101 11001001 11101000 10011 1101 0 1001 11011111 110000 1010011

Color Harmonies of #BDC9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9E8

Black with #BDC9E8

Text Example


Text Example

White with #BDC9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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