#BADFF2

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

Shades of Light Blue #BADFF2

Tints of Light Blue #BADFF2

Color information

#BADFF2 (or 0xBADFF2) is unknown color: approx Light Blue. HEX triplet: BA, DF and F2. RGB value is (186,223,242). Sum of RGB (Red+Green+Blue) = 186+223+242=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #BADFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF2 is #45200D. Grayscale: #D5D5D5. Windows color (decimal): -4530190 or 15916986. OLE color: 15916986.

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

Color convert

RGB186223242-
CMYK0.230.0800.05
HSL200.36º68.29%83.92%-
HSV(B)200.36º23.14%94.9%-
XYZ62.6669.6394.14-
YUV214.1143.74107.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 242 (94.92% from 255) = 37.17%
R=28.57%
G=34.25%
B=37.17%

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
Decimal1862232420.230.0800.05200.3668.2983.92
HexBADFF217805c84454
Octal272337362271005310104124
Binary10111010110111111111001010111100001011100100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFF2; }

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

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

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

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

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

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

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

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