#BADBE7

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

Shades of Light Blue #BADBE7

Tints of Light Blue #BADBE7

Color information

#BADBE7 (or 0xBADBE7) is unknown color: approx Light Blue. HEX triplet: BA, DB and E7. RGB value is (186,219,231). Sum of RGB (Red+Green+Blue) = 186+219+231=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 231 (90.62% from 255 or 36.32% from 636); Max value from RGB is 231 - color contains mainly: blue. Hex color #BADBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBE7 is #452418. Grayscale: #D2D2D2. Windows color (decimal): -4531225 or 15195066. OLE color: 15195066.

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

Color convert

RGB186219231-
CMYK0.190.0500.09
HSL196º48.39%81.76%-
HSV(B)196º19.48%90.59%-
XYZ60.0166.8785.35-
YUV210.5139.57110.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 231 (90.62% from 255) = 36.32%
R=29.25%
G=34.43%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862192310.190.0500.0919648.3981.76
HexBADBE713509c43052
Octal27233334723501130460122
Binary1011101011011011111001111001110101001110001001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBE7; }

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

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

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

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

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

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

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

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