#BADBED

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

Shades of Light Blue #BADBED

Tints of Light Blue #BADBED

Color information

#BADBED (or 0xBADBED) is unknown color: approx Light Blue. HEX triplet: BA, DB and ED. RGB value is (186,219,237). Sum of RGB (Red+Green+Blue) = 186+219+237=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BADBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBED is #452412. Grayscale: #D3D3D3. Windows color (decimal): -4531219 or 15588282. OLE color: 15588282.

HSL color Cylindrical-coordinate representation of color #BADBED: hue angle of 201.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADBED is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186219237-
CMYK0.220.0800.07
HSL201.18º58.62%82.94%-
HSV(B)201.18º21.52%92.94%-
XYZ60.8767.2289.89-
YUV211.18142.57110.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 219 (85.94% from 255) = 34.11%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=28.97%
G=34.11%
B=36.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862192370.220.0800.07201.1858.6282.94
HexBADBED16807c93b53
Octal27233335526100731173123
Binary1011101011011011111011011011010000111110010011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBED; }

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

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

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

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

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

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

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

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