#BACDD4

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

Shades of Light Blue #BACDD4

Tints of Light Blue #BACDD4

Color information

#BACDD4 (or 0xBACDD4) is unknown color: approx Light Blue. HEX triplet: BA, CD and D4. RGB value is (186,205,212). Sum of RGB (Red+Green+Blue) = 186+205+212=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #BACDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD4 is #45322B. Grayscale: #C8C8C8. Windows color (decimal): -4534828 or 13946298. OLE color: 13946298.

HSL color Cylindrical-coordinate representation of color #BACDD4: hue angle of 196.15º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACDD4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186205212-
CMYK0.120.0300.17
HSL196.15º23.21%78.04%-
HSV(B)196.15º12.26%83.14%-
XYZ53.9658.8670.8-
YUV200.12134.71117.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=30.85%
G=34.00%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862052120.120.0300.17196.1523.2178.04
HexBACDD4C3011c4174e
Octal27231532414302130427116
Binary10111010110011011101010011001101000111000100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDD4; }

 p { color: rgb(186,205,212); }

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

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

 a { background-color: rgb(186,205,212); }

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

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

 span { border-color: rgb(186,205,212); }

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