#BACFD5

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

Shades of Light Blue #BACFD5

Tints of Light Blue #BACFD5

Color information

#BACFD5 (or 0xBACFD5) is unknown color: approx Light Blue. HEX triplet: BA, CF and D5. RGB value is (186,207,213). Sum of RGB (Red+Green+Blue) = 186+207+213=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #BACFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFD5 is #45302A. Grayscale: #C9C9C9. Windows color (decimal): -4534315 or 14012346. OLE color: 14012346.

HSL color Cylindrical-coordinate representation of color #BACFD5: hue angle of 193.33º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACFD5 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186207213-
CMYK0.130.0300.16
HSL193.33º24.32%78.24%-
HSV(B)193.33º12.68%83.53%-
XYZ54.5759.8771.63-
YUV201.4134.54117.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=30.69%
G=34.16%
B=35.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862072130.130.0300.16193.3324.3278.24
HexBACFD5D3010c1184e
Octal27231732515302030130116
Binary10111010110011111101010111011101000011000001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFD5; }

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

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

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

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

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

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

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

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