#BADFF6

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

Shades of Light Blue #BADFF6

Tints of Light Blue #BADFF6

Color information

#BADFF6 (or 0xBADFF6) is unknown color: approx Light Blue. HEX triplet: BA, DF and F6. RGB value is (186,223,246). Sum of RGB (Red+Green+Blue) = 186+223+246=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #BADFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF6 is #452009. Grayscale: #D6D6D6. Windows color (decimal): -4530186 or 16179130. OLE color: 16179130.

HSL color Cylindrical-coordinate representation of color #BADFF6: hue angle of 203º degrees, saturation: 0.77, 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 #BADFF6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186223246-
CMYK0.240.0900.04
HSL203º76.92%84.71%-
HSV(B)203º24.39%96.47%-
XYZ63.2769.8797.34-
YUV214.56145.74107.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=28.40%
G=34.05%
B=37.56%

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
Decimal1862232460.240.0900.0420376.9284.71
HexBADFF618904cb4d55
Octal272337366301104313115125
Binary10111010110111111111011011000100101001100101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFF6; }

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

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

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

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

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

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

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

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