#BADBE6

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

Shades of Light Blue #BADBE6

Tints of Light Blue #BADBE6

Color information

#BADBE6 (or 0xBADBE6) is unknown color: approx Light Blue. HEX triplet: BA, DB and E6. RGB value is (186,219,230). Sum of RGB (Red+Green+Blue) = 186+219+230=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #BADBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBE6 is #452419. Grayscale: #D2D2D2. Windows color (decimal): -4531226 or 15129530. OLE color: 15129530.

HSL color Cylindrical-coordinate representation of color #BADBE6: hue angle of 195º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BADBE6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186219230-
CMYK0.190.0500.10
HSL195º46.81%81.57%-
HSV(B)195º19.13%90.2%-
XYZ59.8666.8284.6-
YUV210.39139.07110.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 230 (90.23% from 255) = 36.22%
R=29.29%
G=34.49%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862192300.190.0500.1019546.8181.57
HexBADBE61350Ac32f52
Octal27233334623501230357122
Binary1011101011011011111001101001110101010110000111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBE6; }

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

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

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

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

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

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

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

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