#BFF0F8

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

Shades of Onahau #BFF0F8

Tints of Onahau #BFF0F8

Color information

#BFF0F8 (or 0xBFF0F8) is unknown color: approx Onahau. HEX triplet: BF, F0 and F8. RGB value is (191,240,248). Sum of RGB (Red+Green+Blue) = 191+240+248=679 (89% of max value = 765). Red value is 191 (75% from 255 or 28.13% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFF0F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0F8 is #400F07. Grayscale: #E2E2E2. Windows color (decimal): -4198152 or 16314559. OLE color: 16314559.

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

Color convert

RGB191240248-
CMYK0.230.0300.03
HSL188.42º80.28%86.08%-
HSV(B)188.42º22.98%97.25%-
XYZ69.5980.17100.61-
YUV226.26140.27102.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.13%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 248 (97.27% from 255) = 36.52%
R=28.13%
G=35.35%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912402480.230.0300.03188.4280.2886.08
HexBFF0F817303bc5056
Octal27736037027303274120126
Binary10111111111100001111100010111110111011110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0F8; }

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

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

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

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

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

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

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

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