#BADDEA

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

Shades of Light Blue #BADDEA

Tints of Light Blue #BADDEA

Color information

#BADDEA (or 0xBADDEA) is unknown color: approx Light Blue. HEX triplet: BA, DD and EA. RGB value is (186,221,234). Sum of RGB (Red+Green+Blue) = 186+221+234=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BADDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDEA is #452215. Grayscale: #D3D3D3. Windows color (decimal): -4530710 or 15392186. OLE color: 15392186.

HSL color Cylindrical-coordinate representation of color #BADDEA: hue angle of 196.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BADDEA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186221234-
CMYK0.210.0600.08
HSL196.25º53.33%82.35%-
HSV(B)196.25º20.51%91.76%-
XYZ60.9668.0987.77-
YUV212.02140.4109.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 221 (86.72% from 255) = 34.48%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=29.02%
G=34.48%
B=36.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862212340.210.0600.08196.2553.3382.35
HexBADDEA15608c43552
Octal27233535225601030465122
Binary1011101011011101111010101010111001000110001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDEA; }

 p { color: rgb(186,221,234); }

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

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

 a { background-color: rgb(186,221,234); }

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

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

 span { border-color: rgb(186,221,234); }

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