#BADFF7

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

Shades of Light Blue #BADFF7

Tints of Light Blue #BADFF7

Color information

#BADFF7 (or 0xBADFF7) is unknown color: approx Light Blue. HEX triplet: BA, DF and F7. RGB value is (186,223,247). Sum of RGB (Red+Green+Blue) = 186+223+247=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #BADFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF7 is #452008. Grayscale: #D6D6D6. Windows color (decimal): -4530185 or 16244666. OLE color: 16244666.

HSL color Cylindrical-coordinate representation of color #BADFF7: hue angle of 203.61º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BADFF7 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186223247-
CMYK0.250.1000.03
HSL203.61º79.22%84.9%-
HSV(B)203.61º24.7%96.86%-
XYZ63.4369.9398.15-
YUV214.67146.24107.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 247 (96.88% from 255) = 37.65%
R=28.35%
G=33.99%
B=37.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862232470.250.1000.03203.6179.2284.9
HexBADFF719A03cc4f55
Octal272337367311203314117125
Binary1011101011011111111101111100110100111100110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFF7; }

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

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

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

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

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

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

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

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