#BFF0FE

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

Shades of Onahau #BFF0FE

Tints of Onahau #BFF0FE

Color information

#BFF0FE (or 0xBFF0FE) is unknown color: approx Onahau. HEX triplet: BF, F0 and FE. RGB value is (191,240,254). Sum of RGB (Red+Green+Blue) = 191+240+254=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFF0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0FE is #400F01. Grayscale: #E2E2E2. Windows color (decimal): -4198146 or 16707775. OLE color: 16707775.

HSL color Cylindrical-coordinate representation of color #BFF0FE: hue angle of 193.33º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFF0FE is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB191240254-
CMYK0.250.0600.00
HSL193.33º96.92%87.25%-
HSV(B)193.33º24.8%99.61%-
XYZ70.5480.55105.6-
YUV226.94143.27102.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.88%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=27.88%
G=35.04%
B=37.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912402540.250.0600.00193.3396.9287.25
HexBFF0FE19600c16157
Octal27736037631600301141127
Binary10111111111100001111111011001110001100000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0FE; }

 p { color: rgb(191,240,254); }

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

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

 a { background-color: rgb(191,240,254); }

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

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

 span { border-color: rgb(191,240,254); }

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