#BFEDF8

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

Shades of Onahau #BFEDF8

Tints of Onahau #BFEDF8

Color information

#BFEDF8 (or 0xBFEDF8) is unknown color: approx Onahau. HEX triplet: BF, ED and F8. RGB value is (191,237,248). Sum of RGB (Red+Green+Blue) = 191+237+248=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 248 (97.27% from 255 or 36.69% from 676); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEDF8 is #401207. Grayscale: #E0E0E0. Windows color (decimal): -4198920 or 16313791. OLE color: 16313791.

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

Color convert

RGB191237248-
CMYK0.230.0400.03
HSL191.58º80.28%86.08%-
HSV(B)191.58º22.98%97.25%-
XYZ68.7178.42100.32-
YUV224.5141.26104.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 248 (97.27% from 255) = 36.69%
R=28.25%
G=35.06%
B=36.69%

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
Decimal1912372480.230.0400.03191.5880.2886.08
HexBFEDF817403c05056
Octal27735537027403300120126
Binary101111111110110111111000101111000111100000010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEDF8; }

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

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

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

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

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

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

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

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