#BCD4DA

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

Shades of Light Blue #BCD4DA

Tints of Light Blue #BCD4DA

Color information

#BCD4DA (or 0xBCD4DA) is unknown color: approx Light Blue. HEX triplet: BC, D4 and DA. RGB value is (188,212,218). Sum of RGB (Red+Green+Blue) = 188+212+218=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4DA is #432B25. Grayscale: #CDCDCD. Windows color (decimal): -4401958 or 14341308. OLE color: 14341308.

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

Color convert

RGB188212218-
CMYK0.140.0300.15
HSL192º28.85%79.61%-
HSV(B)192º13.76%85.49%-
XYZ56.9462.8475.46-
YUV205.51135.05115.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 212 (83.20% from 255) = 34.30%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=30.42%
G=34.30%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882122180.140.0300.1519228.8579.61
HexBCD4DAE30Fc01d50
Octal27432433216301730035120
Binary1011110011010100110110101110110111111000000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4DA; }

 p { color: rgb(188,212,218); }

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

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

 a { background-color: rgb(188,212,218); }

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

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

 span { border-color: rgb(188,212,218); }

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