#BFE2EB

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

Shades of Onahau #BFE2EB

Tints of Onahau #BFE2EB

Color information

#BFE2EB (or 0xBFE2EB) is unknown color: approx Onahau. HEX triplet: BF, E2 and EB. RGB value is (191,226,235). Sum of RGB (Red+Green+Blue) = 191+226+235=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2EB is #401D14. Grayscale: #D8D8D8. Windows color (decimal): -4201749 or 15459007. OLE color: 15459007.

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

Color convert

RGB191226235-
CMYK0.190.0400.08
HSL192.27º52.38%83.53%-
HSV(B)192.27º18.72%92.16%-
XYZ63.6871.4789.04-
YUV216.56138.4109.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.29%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=29.29%
G=34.66%
B=36.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912262350.190.0400.08192.2752.3883.53
HexBFE2EB13408c03454
Octal27734235323401030064124
Binary1011111111100010111010111001110001000110000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE2EB; }

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

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

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

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

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

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

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

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