#BADAE4

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

Shades of Light Blue #BADAE4

Tints of Light Blue #BADAE4

Color information

#BADAE4 (or 0xBADAE4) is unknown color: approx Light Blue. HEX triplet: BA, DA and E4. RGB value is (186,218,228). Sum of RGB (Red+Green+Blue) = 186+218+228=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #BADAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAE4 is #45251B. Grayscale: #D1D1D1. Windows color (decimal): -4531484 or 14998202. OLE color: 14998202.

HSL color Cylindrical-coordinate representation of color #BADAE4: hue angle of 194.29º 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 #BADAE4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186218228-
CMYK0.180.0400.11
HSL194.29º43.75%81.18%-
HSV(B)194.29º18.42%89.41%-
XYZ59.3266.1883.05-
YUV209.57138.4111.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=29.43%
G=34.49%
B=36.08%

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
Decimal1862182280.180.0400.11194.2943.7581.18
HexBADAE41240Bc22c51
Octal27233234422401330254121
Binary1011101011011010111001001001010001011110000101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAE4; }

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

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

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

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

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

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

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

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