#BFE4EC

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

Shades of Onahau #BFE4EC

Tints of Onahau #BFE4EC

Color information

#BFE4EC (or 0xBFE4EC) is unknown color: approx Onahau. HEX triplet: BF, E4 and EC. RGB value is (191,228,236). Sum of RGB (Red+Green+Blue) = 191+228+236=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4EC is #401B13. Grayscale: #D9D9D9. Windows color (decimal): -4201236 or 15525055. OLE color: 15525055.

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

Color convert

RGB191228236-
CMYK0.190.0300.07
HSL190.67º54.22%83.73%-
HSV(B)190.67º19.07%92.55%-
XYZ64.3772.6289.98-
YUV217.85138.24108.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=29.16%
G=34.81%
B=36.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912282360.190.0300.07190.6754.2283.73
HexBFE4EC13307bf3654
Octal2773443542330727766124
Binary10111111111001001110110010011110111101111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4EC; }

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

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

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

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

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

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

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

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