Html Css Color HEX #BEE0E3 Onahau

📋 copy color: '#BEE0E3'

red 190 ◦ green 224 ◦ blue 227

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

Shades of Onahau #BEE0E3

Tints of Onahau #BEE0E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.41%

R = 29.64%
G = 34.95%
B = 35.41%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEE0E3 (or 0xBEE0E3) is known color: Onahau. HEX triplet: BE, E0 and E3. RGB value is (190,224,227). Sum of RGB (Red+Green+Blue) = 190+224+227=641 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.64% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEE0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0E3 is #411F1C. Grayscale: #D6D6D6. Windows color (decimal): -4267805 or 14934206. OLE color: 14934206.

HSL color Cylindrical-coordinate representation of color #BEE0E3: hue angle of 184.86º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE0E3 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 224 227 -
CMYK 0.16 0.01 0 0.11
HSL 184.86º 0.4% 0.82% -
HSV(B) 184.86º 0.16% 0.89% -
XYZ 61.76 69.8 82.89 -
YUV 214.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 190 224 227 0.16 0.01 0 0.11 184.86 0.4 0.82
Hex BE E0 E3 10 1 0 B B9 28 52
Octal 276 340 343 20 1 0 13 271 50 122
Binary 10111110 11100000 11100011 10000 1 0 1011 10111001 101000 1010010

Color Harmonies of #BEE0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0E3

Black with #BEE0E3

Text Example


Text Example

White with #BEE0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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