#BEE2EE

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

Shades of Onahau #BEE2EE

Tints of Onahau #BEE2EE

Color information

#BEE2EE (or 0xBEE2EE) is unknown color: approx Onahau. HEX triplet: BE, E2 and EE. RGB value is (190,226,238). Sum of RGB (Red+Green+Blue) = 190+226+238=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2EE is #411D11. Grayscale: #D8D8D8. Windows color (decimal): -4267282 or 15655614. OLE color: 15655614.

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

Color convert

RGB190226238-
CMYK0.200.0500.07
HSL195º58.54%83.92%-
HSV(B)195º20.17%93.33%-
XYZ63.8671.5191.33-
YUV216.6140.07109.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.05%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=29.05%
G=34.56%
B=36.39%

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
Decimal1902262380.200.0500.0719558.5483.92
HexBEE2EE14507c33b54
Octal2763423562450730373124
Binary101111101110001011101110101001010111110000111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE2EE; }

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

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

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

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

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

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

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

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