#BFE2E3

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

Shades of Onahau #BFE2E3

Tints of Onahau #BFE2E3

Color information

#BFE2E3 (or 0xBFE2E3) is unknown color: approx Onahau. HEX triplet: BF, E2 and E3. RGB value is (191,226,227). Sum of RGB (Red+Green+Blue) = 191+226+227=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFE2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2E3 is #401D1C. Grayscale: #D7D7D7. Windows color (decimal): -4201757 or 14934719. OLE color: 14934719.

HSL color Cylindrical-coordinate representation of color #BFE2E3: hue angle of 181.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE2E3 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191226227-
CMYK0.160.0000.11
HSL181.67º39.13%81.96%-
HSV(B)181.67º15.86%89.02%-
XYZ62.5571.0283.08-
YUV215.65134.4110.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 226 (88.67% from 255) = 35.09%
BLUE value IS 227 (89.06% from 255) = 35.25%
R=29.66%
G=35.09%
B=35.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912262270.160.0000.11181.6739.1381.96
HexBFE2E31000Bb62752
Octal27734234320001326647122
Binary10111111111000101110001110000001011101101101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2E3; }

 p { color: rgb(191,226,227); }

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

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

 a { background-color: rgb(191,226,227); }

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

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

 span { border-color: rgb(191,226,227); }

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