#BFE2EE

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

Shades of Onahau #BFE2EE

Tints of Onahau #BFE2EE

Color information

#BFE2EE (or 0xBFE2EE) is unknown color: approx Onahau. HEX triplet: BF, E2 and EE. RGB value is (191,226,238). Sum of RGB (Red+Green+Blue) = 191+226+238=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2EE is #401D11. Grayscale: #D8D8D8. Windows color (decimal): -4201746 or 15655615. OLE color: 15655615.

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

Color convert

RGB191226238-
CMYK0.200.0500.07
HSL195.32º58.02%84.12%-
HSV(B)195.32º19.75%93.33%-
XYZ64.1171.6491.34-
YUV216.9139.9109.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 226 (88.67% from 255) = 34.50%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=29.16%
G=34.50%
B=36.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912262380.200.0500.07195.3258.0284.12
HexBFE2EE14507c33a54
Octal2773423562450730372124
Binary101111111110001011101110101001010111110000111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2EE; }

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

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

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

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

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

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

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

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