#BADFF3

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

Shades of Light Blue #BADFF3

Tints of Light Blue #BADFF3

Color information

#BADFF3 (or 0xBADFF3) is unknown color: approx Light Blue. HEX triplet: BA, DF and F3. RGB value is (186,223,243). Sum of RGB (Red+Green+Blue) = 186+223+243=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #BADFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF3 is #45200C. Grayscale: #D6D6D6. Windows color (decimal): -4530189 or 15982522. OLE color: 15982522.

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

Color convert

RGB186223243-
CMYK0.230.0800.05
HSL201.05º70.37%84.12%-
HSV(B)201.05º23.46%95.29%-
XYZ62.8269.6994.93-
YUV214.22144.24107.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=28.53%
G=34.20%
B=37.27%

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
Decimal1862232430.230.0800.05201.0570.3784.12
HexBADFF317805c94654
Octal272337363271005311106124
Binary10111010110111111111001110111100001011100100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFF3; }

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

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

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

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

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

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

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

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