#BFE7EF

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

Shades of Onahau #BFE7EF

Tints of Onahau #BFE7EF

Color information

#BFE7EF (or 0xBFE7EF) is unknown color: approx Onahau. HEX triplet: BF, E7 and EF. RGB value is (191,231,239). Sum of RGB (Red+Green+Blue) = 191+231+239=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7EF is #401810. Grayscale: #DBDBDB. Windows color (decimal): -4200465 or 15722431. OLE color: 15722431.

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

Color convert

RGB191231239-
CMYK0.200.0300.06
HSL190º60%84.31%-
HSV(B)190º20.08%93.73%-
XYZ65.6474.4692.57-
YUV219.95138.75107.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.90%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=28.90%
G=34.95%
B=36.16%

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
Decimal1912312390.200.0300.061906084.31
HexBFE7EF14306be3c54
Octal2773473572430627674124
Binary10111111111001111110111110100110110101111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7EF; }

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

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

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

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

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

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

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

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