#bff1f9

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

Shades of Onahau #BFF1F9

Tints of Onahau #BFF1F9

Color information

#BFF1F9 (or 0xBFF1F9) is unknown color: approx Onahau. HEX triplet: BF, F1 and F9. RGB value is (191,241,249). Sum of RGB (Red+Green+Blue) = 191+241+249=681 (90% of max value = 765). Red value is 191 (75% from 255 or 28.05% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1F9 is #400E06. Grayscale: #E2E2E2. Windows color (decimal): -4197895 or 16380351. OLE color: 16380351.

HSL color Cylindrical-coordinate representation of color #BFF1F9: hue angle of 188.28º 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 #BFF1F9 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191241249-
CMYK0.230.0300.02
HSL188.28º82.86%86.27%-
HSV(B)188.28º23.29%97.65%-
XYZ70.0480.83101.53-
YUV226.96140.44102.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.05%
GREEN value IS 241 (94.53% from 255) = 35.39%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=28.05%
G=35.39%
B=36.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912412490.230.0300.02188.2882.8686.27
HexBFF1F917302bc5356
Octal27736137127302274123126
Binary10111111111100011111100110111110101011110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bff1f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bff1f9; }

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

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

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

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

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

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

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

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