#BADEEB

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

Shades of Light Blue #BADEEB

Tints of Light Blue #BADEEB

Color information

#BADEEB (or 0xBADEEB) is unknown color: approx Light Blue. HEX triplet: BA, DE and EB. RGB value is (186,222,235). Sum of RGB (Red+Green+Blue) = 186+222+235=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BADEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADEEB is #452114. Grayscale: #D4D4D4. Windows color (decimal): -4530453 or 15457978. OLE color: 15457978.

HSL color Cylindrical-coordinate representation of color #BADEEB: hue angle of 195.92º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADEEB is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186222235-
CMYK0.210.0600.08
HSL195.92º55.06%82.55%-
HSV(B)195.92º20.85%92.16%-
XYZ61.3768.6888.62-
YUV212.72140.57108.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=28.93%
G=34.53%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862222350.210.0600.08195.9255.0682.55
HexBADEEB15608c43753
Octal27233635325601030467123
Binary1011101011011110111010111010111001000110001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEEB; }

 p { color: rgb(186,222,235); }

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

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

 a { background-color: rgb(186,222,235); }

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

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

 span { border-color: rgb(186,222,235); }

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