#BCD3DA

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

Shades of Light Blue #BCD3DA

Tints of Light Blue #BCD3DA

Color information

#BCD3DA (or 0xBCD3DA) is unknown color: approx Light Blue. HEX triplet: BC, D3 and DA. RGB value is (188,211,218). Sum of RGB (Red+Green+Blue) = 188+211+218=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3DA is #432C25. Grayscale: #CCCCCC. Windows color (decimal): -4402214 or 14341052. OLE color: 14341052.

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

Color convert

RGB188211218-
CMYK0.140.0300.15
HSL194º28.85%79.61%-
HSV(B)194º13.76%85.49%-
XYZ56.6962.3475.38-
YUV204.92135.38115.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=30.47%
G=34.20%
B=35.33%

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
Decimal1882112180.140.0300.1519428.8579.61
HexBCD3DAE30Fc21d50
Octal27432333216301730235120
Binary1011110011010011110110101110110111111000010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3DA; }

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

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

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

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

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

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

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

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