Html Css Color HEX #BCD7DB Powder Blue

📋 copy color: '#BCD7DB'

red 188 ◦ green 215 ◦ blue 219

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

Shades of Powder Blue #BCD7DB

Tints of Powder Blue #BCD7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.57%

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

R = 30.23%
G = 34.57%
B = 35.21%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD7DB (or 0xBCD7DB) is known color: Powder Blue. HEX triplet: BC, D7 and DB. RGB value is (188,215,219). Sum of RGB (Red+Green+Blue) = 188+215+219=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7DB is #432824. Grayscale: #CFCFCF. Windows color (decimal): -4401189 or 14407612. OLE color: 14407612.

HSL color Cylindrical-coordinate representation of color #BCD7DB: hue angle of 187.74º 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 #BCD7DB is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 215 219 -
CMYK 0.14 0.02 0 0.14
HSL 187.74º 0.3% 0.8% -
HSV(B) 187.74º 0.14% 0.86% -
XYZ 57.83 64.41 76.4 -
YUV 207.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 188 215 219 0.14 0.02 0 0.14 187.74 0.3 0.8
Hex BC D7 DB E 2 0 E BC 1E 50
Octal 274 327 333 16 2 0 16 274 36 120
Binary 10111100 11010111 11011011 1110 10 0 1110 10111100 11110 1010000

Color Harmonies of #BCD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7DB

Black with #BCD7DB

Text Example


Text Example

White with #BCD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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