#BCDDF2

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

Shades of Light Blue #BCDDF2

Tints of Light Blue #BCDDF2

Color information

#BCDDF2 (or 0xBCDDF2) is unknown color: approx Light Blue. HEX triplet: BC, DD and F2. RGB value is (188,221,242). Sum of RGB (Red+Green+Blue) = 188+221+242=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF2 is #43220D. Grayscale: #D5D5D5. Windows color (decimal): -4399630 or 15916476. OLE color: 15916476.

HSL color Cylindrical-coordinate representation of color #BCDDF2: hue angle of 203.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCDDF2 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188221242-
CMYK0.220.0900.05
HSL203.33º67.5%84.31%-
HSV(B)203.33º22.31%94.9%-
XYZ62.6268.8293.99-
YUV213.53144.07109.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=28.88%
G=33.95%
B=37.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882212420.220.0900.05203.3367.584.31
HexBCDDF216905cb4454
Octal274335362261105313104124
Binary10111100110111011111001010110100101011100101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDF2; }

 p { color: rgb(188,221,242); }

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

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

 a { background-color: rgb(188,221,242); }

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

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

 span { border-color: rgb(188,221,242); }

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