#BFE9EF

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

Shades of Onahau #BFE9EF

Tints of Onahau #BFE9EF

Color information

#BFE9EF (or 0xBFE9EF) is unknown color: approx Onahau. HEX triplet: BF, E9 and EF. RGB value is (191,233,239). Sum of RGB (Red+Green+Blue) = 191+233+239=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9EF is #401610. Grayscale: #DDDDDD. Windows color (decimal): -4199953 or 15722943. OLE color: 15722943.

HSL color Cylindrical-coordinate representation of color #BFE9EF: hue angle of 187.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE9EF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191233239-
CMYK0.200.0300.06
HSL187.5º60%84.31%-
HSV(B)187.5º20.08%93.73%-
XYZ66.275.5992.76-
YUV221.13138.09106.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.81%
GREEN value IS 233 (91.41% from 255) = 35.14%
BLUE value IS 239 (93.75% from 255) = 36.05%
R=28.81%
G=35.14%
B=36.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912332390.200.0300.06187.56084.31
HexBFE9EF14306bc3c54
Octal2773513572430627474124
Binary10111111111010011110111110100110110101111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9EF; }

 p { color: rgb(191,233,239); }

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

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

 a { background-color: rgb(191,233,239); }

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

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

 span { border-color: rgb(191,233,239); }

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