#BADFF5

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

Shades of Light Blue #BADFF5

Tints of Light Blue #BADFF5

Color information

#BADFF5 (or 0xBADFF5) is unknown color: approx Light Blue. HEX triplet: BA, DF and F5. RGB value is (186,223,245). Sum of RGB (Red+Green+Blue) = 186+223+245=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #BADFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF5 is #45200A. Grayscale: #D6D6D6. Windows color (decimal): -4530187 or 16113594. OLE color: 16113594.

HSL color Cylindrical-coordinate representation of color #BADFF5: hue angle of 202.37º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADFF5 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186223245-
CMYK0.240.0900.04
HSL202.37º74.68%84.51%-
HSV(B)202.37º24.08%96.08%-
XYZ63.1269.8196.53-
YUV214.44145.24107.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=28.44%
G=34.10%
B=37.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862232450.240.0900.04202.3774.6884.51
HexBADFF518904ca4b55
Octal272337365301104312113125
Binary10111010110111111111010111000100101001100101010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFF5; }

 p { color: rgb(186,223,245); }

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

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

 a { background-color: rgb(186,223,245); }

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

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

 span { border-color: rgb(186,223,245); }

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