Html Css Color HEX #BCD5DB Light Blue

📋 copy color: '#BCD5DB'

red 188 ◦ green 213 ◦ blue 219

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

Shades of Light Blue #BCD5DB

Tints of Light Blue #BCD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.35%

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

R = 30.32%
G = 34.35%
B = 35.32%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD5DB (or 0xBCD5DB) is known color: Light Blue. HEX triplet: BC, D5 and DB. RGB value is (188,213,219). Sum of RGB (Red+Green+Blue) = 188+213+219=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5DB is #432A24. Grayscale: #CECECE. Windows color (decimal): -4401701 or 14407100. OLE color: 14407100.

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

Color convert

RGB 188 213 219 -
CMYK 0.14 0.03 0 0.14
HSL 191.61º 0.3% 0.8% -
HSV(B) 191.61º 0.14% 0.86% -
XYZ 57.32 63.39 76.23 -
YUV 206.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 188 213 219 0.14 0.03 0 0.14 191.61 0.3 0.8
Hex BC D5 DB E 3 0 E C0 1E 50
Octal 274 325 333 16 3 0 16 300 36 120
Binary 10111100 11010101 11011011 1110 11 0 1110 11000000 11110 1010000

Color Harmonies of #BCD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5DB

Black with #BCD5DB

Text Example


Text Example

White with #BCD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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