#BFE2EC

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

Shades of Onahau #BFE2EC

Tints of Onahau #BFE2EC

Color information

#BFE2EC (or 0xBFE2EC) is unknown color: approx Onahau. HEX triplet: BF, E2 and EC. RGB value is (191,226,236). Sum of RGB (Red+Green+Blue) = 191+226+236=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2EC is #401D13. Grayscale: #D8D8D8. Windows color (decimal): -4201748 or 15524543. OLE color: 15524543.

HSL color Cylindrical-coordinate representation of color #BFE2EC: hue angle of 193.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE2EC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191226236-
CMYK0.190.0400.07
HSL193.33º54.22%83.73%-
HSV(B)193.33º19.07%92.55%-
XYZ63.8271.5389.8-
YUV216.68138.9109.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.25%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=29.25%
G=34.61%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912262360.190.0400.07193.3354.2283.73
HexBFE2EC13407c13654
Octal2773423542340730166124
Binary101111111110001011101100100111000111110000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2EC; }

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

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

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

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

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

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

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

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