#BFE4EB

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

Shades of Onahau #BFE4EB

Tints of Onahau #BFE4EB

Color information

#BFE4EB (or 0xBFE4EB) is unknown color: approx Onahau. HEX triplet: BF, E4 and EB. RGB value is (191,228,235). Sum of RGB (Red+Green+Blue) = 191+228+235=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4EB is #401B14. Grayscale: #D9D9D9. Windows color (decimal): -4201237 or 15459519. OLE color: 15459519.

HSL color Cylindrical-coordinate representation of color #BFE4EB: hue angle of 189.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE4EB is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191228235-
CMYK0.190.0300.08
HSL189.55º52.38%83.53%-
HSV(B)189.55º18.72%92.16%-
XYZ64.2272.5689.22-
YUV217.74137.74108.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=29.20%
G=34.86%
B=35.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912282350.190.0300.08189.5552.3883.53
HexBFE4EB13308be3454
Octal27734435323301027664124
Binary101111111110010011101011100111101000101111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4EB; }

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

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

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

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

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

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

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

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