#BADBF1

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

Shades of Light Blue #BADBF1

Tints of Light Blue #BADBF1

Color information

#BADBF1 (or 0xBADBF1) is unknown color: approx Light Blue. HEX triplet: BA, DB and F1. RGB value is (186,219,241). Sum of RGB (Red+Green+Blue) = 186+219+241=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBF1 is #45240E. Grayscale: #D3D3D3. Windows color (decimal): -4531215 or 15850426. OLE color: 15850426.

HSL color Cylindrical-coordinate representation of color #BADBF1: hue angle of 204º 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 #BADBF1 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186219241-
CMYK0.230.0900.05
HSL204º66.27%83.73%-
HSV(B)204º22.82%94.51%-
XYZ61.4667.4593-
YUV211.64144.57109.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 219 (85.94% from 255) = 33.90%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=28.79%
G=33.90%
B=37.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862192410.230.0900.0520466.2783.73
HexBADBF117905cc4254
Octal272333361271105314102124
Binary10111010110110111111000110111100101011100110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBF1; }

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

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

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

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

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

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

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

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