#BFE7EE

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

Shades of Onahau #BFE7EE

Tints of Onahau #BFE7EE

Color information

#BFE7EE (or 0xBFE7EE) is unknown color: approx Onahau. HEX triplet: BF, E7 and EE. RGB value is (191,231,238). Sum of RGB (Red+Green+Blue) = 191+231+238=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7EE is #401811. Grayscale: #DBDBDB. Windows color (decimal): -4200466 or 15656895. OLE color: 15656895.

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

Color convert

RGB191231238-
CMYK0.200.0300.07
HSL188.94º58.02%84.12%-
HSV(B)188.94º19.75%93.33%-
XYZ65.4974.491.8-
YUV219.84138.25107.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.94%
GREEN value IS 231 (90.62% from 255) = 35%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=28.94%
G=35%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912312380.200.0300.07188.9458.0284.12
HexBFE7EE14307bd3a54
Octal2773473562430727572124
Binary10111111111001111110111010100110111101111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7EE; }

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

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

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

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

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

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

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

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