#BEEBEE

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

Shades of Onahau #BEEBEE

Tints of Onahau #BEEBEE

Color information

#BEEBEE (or 0xBEEBEE) is unknown color: approx Onahau. HEX triplet: BE, EB and EE. RGB value is (190,235,238). Sum of RGB (Red+Green+Blue) = 190+235+238=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEEBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEBEE is #411411. Grayscale: #DDDDDD. Windows color (decimal): -4264978 or 15657918. OLE color: 15657918.

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

Color convert

RGB190235238-
CMYK0.200.0100.07
HSL183.75º58.54%83.92%-
HSV(B)183.75º20.17%93.33%-
XYZ66.3876.5492.16-
YUV221.89137.09105.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.66%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=28.66%
G=35.44%
B=35.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902352380.200.0100.07183.7558.5483.92
HexBEEBEE14107b83b54
Octal2763533562410727073124
Binary1011111011101011111011101010010111101110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBEE; }

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

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

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

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

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

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

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

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