#BFEEF7

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

Shades of Onahau #BFEEF7

Tints of Onahau #BFEEF7

Color information

#BFEEF7 (or 0xBFEEF7) is unknown color: approx Onahau. HEX triplet: BF, EE and F7. RGB value is (191,238,247). Sum of RGB (Red+Green+Blue) = 191+238+247=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 247 (96.88% from 255 or 36.54% from 676); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEF7 is #401108. Grayscale: #E0E0E0. Windows color (decimal): -4198665 or 16248511. OLE color: 16248511.

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

Color convert

RGB191238247-
CMYK0.230.0400.03
HSL189.64º77.78%85.88%-
HSV(B)189.64º22.67%96.86%-
XYZ68.8578.9499.6-
YUV224.97140.43103.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 238 (93.36% from 255) = 35.21%
BLUE value IS 247 (96.88% from 255) = 36.54%
R=28.25%
G=35.21%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912382470.230.0400.03189.6477.7885.88
HexBFEEF717403be4e56
Octal27735636727403276116126
Binary101111111110111011110111101111000111011111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEF7; }

 p { color: rgb(191,238,247); }

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

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

 a { background-color: rgb(191,238,247); }

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

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

 span { border-color: rgb(191,238,247); }

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