#BFECF7

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

Shades of Onahau #BFECF7

Tints of Onahau #BFECF7

Color information

#BFECF7 (or 0xBFECF7) is unknown color: approx Onahau. HEX triplet: BF, EC and F7. RGB value is (191,236,247). Sum of RGB (Red+Green+Blue) = 191+236+247=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECF7 is #401308. Grayscale: #DFDFDF. Windows color (decimal): -4199177 or 16247999. OLE color: 16247999.

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

Color convert

RGB191236247-
CMYK0.230.0400.03
HSL191.79º77.78%85.88%-
HSV(B)191.79º22.67%96.86%-
XYZ68.2777.7899.41-
YUV223.8141.09104.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 247 (96.88% from 255) = 36.65%
R=28.34%
G=35.01%
B=36.65%

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
Decimal1912362470.230.0400.03191.7977.7885.88
HexBFECF717403c04e56
Octal27735436727403300116126
Binary101111111110110011110111101111000111100000010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECF7; }

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

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

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

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

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

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

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

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