#BFEDF6

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

Shades of Onahau #BFEDF6

Tints of Onahau #BFEDF6

Color information

#BFEDF6 (or 0xBFEDF6) is unknown color: approx Onahau. HEX triplet: BF, ED and F6. RGB value is (191,237,246). Sum of RGB (Red+Green+Blue) = 191+237+246=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFEDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF6 is #401209. Grayscale: #E0E0E0. Windows color (decimal): -4198922 or 16182719. OLE color: 16182719.

HSL color Cylindrical-coordinate representation of color #BFEDF6: hue angle of 189.82º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEDF6 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191237246-
CMYK0.220.0400.04
HSL189.82º75.34%85.69%-
HSV(B)189.82º22.36%96.47%-
XYZ68.478.398.7-
YUV224.27140.26104.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 246 (96.48% from 255) = 36.50%
R=28.34%
G=35.16%
B=36.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912372460.220.0400.04189.8275.3485.69
HexBFEDF616404be4b56
Octal27735536626404276113126
Binary1011111111101101111101101011010001001011111010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDF6; }

 p { color: rgb(191,237,246); }

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

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

 a { background-color: rgb(191,237,246); }

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

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

 span { border-color: rgb(191,237,246); }

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