Html Css Color HEX #BCD3DB Light Blue

📋 copy color: '#BCD3DB'

red 188 ◦ green 211 ◦ blue 219

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

Shades of Light Blue #BCD3DB

Tints of Light Blue #BCD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.14%

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

R = 30.42%
G = 34.14%
B = 35.44%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD3DB (or 0xBCD3DB) is known color: Light Blue. HEX triplet: BC, D3 and DB. RGB value is (188,211,219). Sum of RGB (Red+Green+Blue) = 188+211+219=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3DB is #432C24. Grayscale: #CCCCCC. Windows color (decimal): -4402213 or 14406588. OLE color: 14406588.

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

Color convert

RGB 188 211 219 -
CMYK 0.14 0.04 0 0.14
HSL 195.48º 0.3% 0.8% -
HSV(B) 195.48º 0.14% 0.86% -
XYZ 56.82 62.39 76.07 -
YUV 205.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 188 211 219 0.14 0.04 0 0.14 195.48 0.3 0.8
Hex BC D3 DB E 4 0 E C3 1E 50
Octal 274 323 333 16 4 0 16 303 36 120
Binary 10111100 11010011 11011011 1110 100 0 1110 11000011 11110 1010000

Color Harmonies of #BCD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3DB

Black with #BCD3DB

Text Example


Text Example

White with #BCD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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