#BADDF1

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

Shades of Light Blue #BADDF1

Tints of Light Blue #BADDF1

Color information

#BADDF1 (or 0xBADDF1) is unknown color: approx Light Blue. HEX triplet: BA, DD and F1. RGB value is (186,221,241). Sum of RGB (Red+Green+Blue) = 186+221+241=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADDF1 is #45220E. Grayscale: #D4D4D4. Windows color (decimal): -4530703 or 15850938. OLE color: 15850938.

HSL color Cylindrical-coordinate representation of color #BADDF1: hue angle of 201.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BADDF1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186221241-
CMYK0.230.0800.05
HSL201.82º66.27%83.73%-
HSV(B)201.82º22.82%94.51%-
XYZ61.9868.593.17-
YUV212.82143.9108.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 241 (94.53% from 255) = 37.19%
R=28.70%
G=34.10%
B=37.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862212410.230.0800.05201.8266.2783.73
HexBADDF117805ca4254
Octal272335361271005312102124
Binary10111010110111011111000110111100001011100101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDF1; }

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

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

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

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

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

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

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

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