#BCCFD8

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

Shades of Light Blue #BCCFD8

Tints of Light Blue #BCCFD8

Color information

#BCCFD8 (or 0xBCCFD8) is unknown color: approx Light Blue. HEX triplet: BC, CF and D8. RGB value is (188,207,216). Sum of RGB (Red+Green+Blue) = 188+207+216=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFD8 is #433027. Grayscale: #CACACA. Windows color (decimal): -4403240 or 14208956. OLE color: 14208956.

HSL color Cylindrical-coordinate representation of color #BCCFD8: hue angle of 199.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCFD8 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188207216-
CMYK0.130.0400.15
HSL199.29º26.42%79.22%-
HSV(B)199.29º12.96%84.71%-
XYZ55.4560.2773.68-
YUV202.34135.71117.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 207 (81.25% from 255) = 33.88%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=30.77%
G=33.88%
B=35.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882072160.130.0400.15199.2926.4279.22
HexBCCFD8D40Fc71a4f
Octal27431733015401730732117
Binary10111100110011111101100011011000111111000111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFD8; }

 p { color: rgb(188,207,216); }

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

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

 a { background-color: rgb(188,207,216); }

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

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

 span { border-color: rgb(188,207,216); }

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