Html Css Color HEX #BCD9DB Powder Blue

📋 copy color: '#BCD9DB'

red 188 ◦ green 217 ◦ blue 219

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

Shades of Powder Blue #BCD9DB

Tints of Powder Blue #BCD9DB

RGB

 RED value IS 188 (73.83% from 255) = 30.13%

 GREEN value IS 217 (85.16% from 255) = 34.78%

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

R = 30.13%
G = 34.78%
B = 35.1%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD9DB (or 0xBCD9DB) is known color: Powder Blue. HEX triplet: BC, D9 and DB. RGB value is (188,217,219). Sum of RGB (Red+Green+Blue) = 188+217+219=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 217 (85.16% from 255 or 34.78% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9DB is #432624. Grayscale: #D0D0D0. Windows color (decimal): -4400677 or 14408124. OLE color: 14408124.

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

Color convert

RGB 188 217 219 -
CMYK 0.14 0.01 0 0.14
HSL 183.87º 0.3% 0.8% -
HSV(B) 183.87º 0.14% 0.86% -
XYZ 58.34 65.43 76.57 -
YUV 208.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 188 217 219 0.14 0.01 0 0.14 183.87 0.3 0.8
Hex BC D9 DB E 1 0 E B8 1E 50
Octal 274 331 333 16 1 0 16 270 36 120
Binary 10111100 11011001 11011011 1110 1 0 1110 10111000 11110 1010000

Color Harmonies of #BCD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9DB

Black with #BCD9DB

Text Example


Text Example

White with #BCD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9DB; }

 p { color: rgb(188,217,219); }

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

background-color css

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

 a { background-color: rgb(188,217,219); }

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

border-color css

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

 span { border-color: rgb(188,217,219); }

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