Html Css Color HEX #BEEAEB Onahau

📋 copy color: '#BEEAEB'

red 190 ◦ green 234 ◦ blue 235

#BEEAEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BEEAEB

Tints of Onahau #BEEAEB

RGB

 RED value IS 190 (74.61% from 255) = 28.83%

 GREEN value IS 234 (91.8% from 255) = 35.51%

 BLUE value IS 235 (92.19% from 255) = 35.66%

R = 28.83%
G = 35.51%
B = 35.66%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEEAEB (or 0xBEEAEB) is known color: Onahau. HEX triplet: BE, EA and EB. RGB value is (190,234,235). Sum of RGB (Red+Green+Blue) = 190+234+235=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 235 (92.19% from 255 or 35.66% from 659); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAEB is #411514. Grayscale: #DCDCDC. Windows color (decimal): -4265237 or 15461054. OLE color: 15461054.

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

Color convert

RGB 190 234 235 -
CMYK 0.19 0.00 0 0.08
HSL 181.33º 0.53% 0.83% -
HSV(B) 181.33º 0.19% 0.92% -
XYZ 65.65 75.79 89.77 -
YUV 220.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 190 234 235 0.19 0.00 0 0.08 181.33 0.53 0.83
Hex BE EA EB 13 0 0 8 B5 35 53
Octal 276 352 353 23 0 0 10 265 65 123
Binary 10111110 11101010 11101011 10011 0 0 1000 10110101 110101 1010011

Color Harmonies of #BEEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAEB

Black with #BEEAEB

Text Example


Text Example

White with #BEEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAEB; }

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

 H1.HeaderClassName
 {
   color: #BEEAEB;
 }
 .AnyTagClassName
 {
   color: #BEEAEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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