Html Css Color HEX #BDC2DB Periwinkle

📋 copy color: '#BDC2DB'

red 189 ◦ green 194 ◦ blue 219

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

Shades of Periwinkle #BDC2DB

Tints of Periwinkle #BDC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.23%

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 31.4%
G = 32.23%
B = 36.38%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC2DB (or 0xBDC2DB) is known color: Periwinkle. HEX triplet: BD, C2 and DB. RGB value is (189,194,219). Sum of RGB (Red+Green+Blue) = 189+194+219=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2DB is #423D24. Grayscale: #C3C3C3. Windows color (decimal): -4341029 or 14402237. OLE color: 14402237.

HSL color Cylindrical-coordinate representation of color #BDC2DB: hue angle of 230º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC2DB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 194 219 -
CMYK 0.14 0.11 0 0.14
HSL 230º 0.29% 0.8% -
HSV(B) 230º 0.14% 0.86% -
XYZ 53.06 54.52 74.74 -
YUV 195.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 189 194 219 0.14 0.11 0 0.14 230 0.29 0.8
Hex BD C2 DB E B 0 E E6 1D 50
Octal 275 302 333 16 13 0 16 346 35 120
Binary 10111101 11000010 11011011 1110 1011 0 1110 11100110 11101 1010000

Color Harmonies of #BDC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2DB

Black with #BDC2DB

Text Example


Text Example

White with #BDC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2DB; }

 p { color: rgb(189,194,219); }

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

background-color css

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

 a { background-color: rgb(189,194,219); }

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

border-color css

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

 span { border-color: rgb(189,194,219); }

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