#BADBEE

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

Shades of Light Blue #BADBEE

Tints of Light Blue #BADBEE

Color information

#BADBEE (or 0xBADBEE) is unknown color: approx Light Blue. HEX triplet: BA, DB and EE. RGB value is (186,219,238). Sum of RGB (Red+Green+Blue) = 186+219+238=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #BADBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBEE is #452411. Grayscale: #D3D3D3. Windows color (decimal): -4531218 or 15653818. OLE color: 15653818.

HSL color Cylindrical-coordinate representation of color #BADBEE: hue angle of 201.92º degrees, saturation: 0.6, 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 #BADBEE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186219238-
CMYK0.220.0800.07
HSL201.92º60.47%83.14%-
HSV(B)201.92º21.85%93.33%-
XYZ61.0167.2890.66-
YUV211.3143.07109.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=28.93%
G=34.06%
B=37.01%

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
Decimal1862192380.220.0800.07201.9260.4783.14
HexBADBEE16807ca3c53
Octal27233335626100731274123
Binary1011101011011011111011101011010000111110010101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBEE; }

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

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

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

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

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

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

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

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