#BADBE8

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

Shades of Light Blue #BADBE8

Tints of Light Blue #BADBE8

Color information

#BADBE8 (or 0xBADBE8) is unknown color: approx Light Blue. HEX triplet: BA, DB and E8. RGB value is (186,219,232). Sum of RGB (Red+Green+Blue) = 186+219+232=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #BADBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBE8 is #452417. Grayscale: #D2D2D2. Windows color (decimal): -4531224 or 15260602. OLE color: 15260602.

HSL color Cylindrical-coordinate representation of color #BADBE8: hue angle of 196.96º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADBE8 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186219232-
CMYK0.200.0600.09
HSL196.96º50%81.96%-
HSV(B)196.96º19.83%90.98%-
XYZ60.1566.9386.09-
YUV210.62140.07110.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=29.20%
G=34.38%
B=36.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862192320.200.0600.09196.965081.96
HexBADBE814609c53252
Octal27233335024601130562122
Binary1011101011011011111010001010011001001110001011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBE8; }

 p { color: rgb(186,219,232); }

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

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

 a { background-color: rgb(186,219,232); }

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

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

 span { border-color: rgb(186,219,232); }

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