#BADBE4

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

Shades of Light Blue #BADBE4

Tints of Light Blue #BADBE4

Color information

#BADBE4 (or 0xBADBE4) is unknown color: approx Light Blue. HEX triplet: BA, DB and E4. RGB value is (186,219,228). Sum of RGB (Red+Green+Blue) = 186+219+228=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBE4 is #45241B. Grayscale: #D2D2D2. Windows color (decimal): -4531228 or 14998458. OLE color: 14998458.

HSL color Cylindrical-coordinate representation of color #BADBE4: hue angle of 192.86º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BADBE4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186219228-
CMYK0.180.0400.11
HSL192.86º43.75%81.18%-
HSV(B)192.86º18.42%89.41%-
XYZ59.5866.783.13-
YUV210.16138.07110.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=29.38%
G=34.60%
B=36.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862192280.180.0400.11192.8643.7581.18
HexBADBE41240Bc12c51
Octal27233334422401330154121
Binary1011101011011011111001001001010001011110000011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBE4; }

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

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

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

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

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

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

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

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