Html Css Color HEX #BEE1E3 Onahau

📋 copy color: '#BEE1E3'

red 190 ◦ green 225 ◦ blue 227

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

Shades of Onahau #BEE1E3

Tints of Onahau #BEE1E3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.05%

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

R = 29.6%
G = 35.05%
B = 35.36%

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

#BEE1E3 (or 0xBEE1E3) is known color: Onahau. HEX triplet: BE, E1 and E3. RGB value is (190,225,227). Sum of RGB (Red+Green+Blue) = 190+225+227=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEE1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1E3 is #411E1C. Grayscale: #D6D6D6. Windows color (decimal): -4267549 or 14934462. OLE color: 14934462.

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

Color convert

RGB 190 225 227 -
CMYK 0.16 0.01 0 0.11
HSL 183.24º 0.4% 0.82% -
HSV(B) 183.24º 0.16% 0.89% -
XYZ 62.03 70.34 82.98 -
YUV 214.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 190 225 227 0.16 0.01 0 0.11 183.24 0.4 0.82
Hex BE E1 E3 10 1 0 B B7 28 52
Octal 276 341 343 20 1 0 13 267 50 122
Binary 10111110 11100001 11100011 10000 1 0 1011 10110111 101000 1010010

Color Harmonies of #BEE1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1E3

Black with #BEE1E3

Text Example


Text Example

White with #BEE1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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