#BFF5F9

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

Shades of Onahau #BFF5F9

Tints of Onahau #BFF5F9

Color information

#BFF5F9 (or 0xBFF5F9) is unknown color: approx Onahau. HEX triplet: BF, F5 and F9. RGB value is (191,245,249). Sum of RGB (Red+Green+Blue) = 191+245+249=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFF5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5F9 is #400A06. Grayscale: #E5E5E5. Windows color (decimal): -4196871 or 16381375. OLE color: 16381375.

HSL color Cylindrical-coordinate representation of color #BFF5F9: hue angle of 184.14º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF5F9 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191245249-
CMYK0.230.0200.02
HSL184.14º82.86%86.27%-
HSV(B)184.14º23.29%97.65%-
XYZ71.2483.22101.93-
YUV229.31139.11100.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.88%
GREEN value IS 245 (96.09% from 255) = 35.77%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=27.88%
G=35.77%
B=36.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912452490.230.0200.02184.1482.8686.27
HexBFF5F917202b85356
Octal27736537127202270123126
Binary10111111111101011111100110111100101011100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5F9; }

 p { color: rgb(191,245,249); }

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

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

 a { background-color: rgb(191,245,249); }

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

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

 span { border-color: rgb(191,245,249); }

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