#BCD1DC

Color #BCD1DC Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BCD1DC

Tints of Light Blue #BCD1DC

Color information

#BCD1DC (or 0xBCD1DC) is unknown color: approx Light Blue. HEX triplet: BC, D1 and DC. RGB value is (188,209,220). Sum of RGB (Red+Green+Blue) = 188+209+220=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1DC is #432E23. Grayscale: #CBCBCB. Windows color (decimal): -4402724 or 14471612. OLE color: 14471612.

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

Color convert

RGB188209220-
CMYK0.150.0500.14
HSL200.62º31.37%80%-
HSV(B)200.62º14.55%86.27%-
XYZ56.4661.4676.6-
YUV203.98137.04116.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=30.47%
G=33.87%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1882092200.150.0500.14200.6231.3780
HexBCD1DCF50Ec91f50
Octal27432133417501631137120
Binary10111100110100011101110011111010111011001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1DC; }

 p { color: rgb(188,209,220); }

 H1.HeaderClassName
 {
   color: #BCD1DC;
 }
 .AnyTagClassName
 {
   color: #BCD1DC;
 }
</style>
background-color css

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

 a { background-color: rgb(188,209,220); }

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

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

 span { border-color: rgb(188,209,220); }

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