#BACFD9

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

Shades of Light Blue #BACFD9

Tints of Light Blue #BACFD9

Color information

#BACFD9 (or 0xBACFD9) is unknown color: approx Light Blue. HEX triplet: BA, CF and D9. RGB value is (186,207,217). Sum of RGB (Red+Green+Blue) = 186+207+217=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFD9 is #453026. Grayscale: #C9C9C9. Windows color (decimal): -4534311 or 14274490. OLE color: 14274490.

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

Color convert

RGB186207217-
CMYK0.140.0500.15
HSL199.35º28.97%79.02%-
HSV(B)199.35º14.29%85.1%-
XYZ55.0960.0774.34-
YUV201.86136.54116.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=30.49%
G=33.93%
B=35.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862072170.140.0500.15199.3528.9779.02
HexBACFD9E50Fc71d4f
Octal27231733116501730735117
Binary10111010110011111101100111101010111111000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFD9; }

 p { color: rgb(186,207,217); }

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

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

 a { background-color: rgb(186,207,217); }

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

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

 span { border-color: rgb(186,207,217); }

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