Html Css Color HEX #BEE0E1 Onahau

📋 copy color: '#BEE0E1'

red 190 ◦ green 224 ◦ blue 225

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

Shades of Onahau #BEE0E1

Tints of Onahau #BEE0E1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.05%

 BLUE value IS 225 (88.28% from 255) = 35.21%

R = 29.73%
G = 35.05%
B = 35.21%

CMYK

 C value IS 0.16

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEE0E1 (or 0xBEE0E1) is known color: Onahau. HEX triplet: BE, E0 and E1. RGB value is (190,224,225). Sum of RGB (Red+Green+Blue) = 190+224+225=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEE0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0E1 is #411F1E. Grayscale: #D5D5D5. Windows color (decimal): -4267807 or 14803134. OLE color: 14803134.

HSL color Cylindrical-coordinate representation of color #BEE0E1: hue angle of 181.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE0E1 is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 225 -
CMYK 0.16 0.00 0 0.12
HSL 181.71º 0.37% 0.81% -
HSV(B) 181.71º 0.16% 0.88% -
XYZ 61.48 69.69 81.45 -
YUV 213.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 190 224 225 0.16 0.00 0 0.12 181.71 0.37 0.81
Hex BE E0 E1 10 0 0 C B6 25 51
Octal 276 340 341 20 0 0 14 266 45 121
Binary 10111110 11100000 11100001 10000 0 0 1100 10110110 100101 1010001

Color Harmonies of #BEE0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0E1

Black with #BEE0E1

Text Example


Text Example

White with #BEE0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0E1; }

 p { color: rgb(190,224,225); }

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

background-color css

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

 a { background-color: rgb(190,224,225); }

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

border-color css

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

 span { border-color: rgb(190,224,225); }

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