#BADFF1

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

Shades of Onahau #BADFF1

Tints of Onahau #BADFF1

Color information

#BADFF1 (or 0xBADFF1) is unknown color: approx Onahau. HEX triplet: BA, DF and F1. RGB value is (186,223,241). Sum of RGB (Red+Green+Blue) = 186+223+241=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #BADFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF1 is #45200E. Grayscale: #D5D5D5. Windows color (decimal): -4530191 or 15851450. OLE color: 15851450.

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

Color convert

RGB186223241-
CMYK0.230.0700.05
HSL199.64º66.27%83.73%-
HSV(B)199.64º22.82%94.51%-
XYZ62.5169.5793.35-
YUV213.99143.24108.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=28.62%
G=34.31%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862232410.230.0700.05199.6466.2783.73
HexBADFF117705c84254
Octal27233736127705310102124
Binary1011101011011111111100011011111101011100100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADFF1; }

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

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

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

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

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

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

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

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