Html Css Color HEX #BEE2EC Onahau

📋 copy color: '#BEE2EC'

red 190 ◦ green 226 ◦ blue 236

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

Shades of Onahau #BEE2EC

Tints of Onahau #BEE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.66%

 BLUE value IS 236 (92.58% from 255) = 36.2%

R = 29.14%
G = 34.66%
B = 36.2%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE2EC (or 0xBEE2EC) is known color: Onahau. HEX triplet: BE, E2 and EC. RGB value is (190,226,236). Sum of RGB (Red+Green+Blue) = 190+226+236=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2EC is #411D13. Grayscale: #D8D8D8. Windows color (decimal): -4267284 or 15524542. OLE color: 15524542.

HSL color Cylindrical-coordinate representation of color #BEE2EC: hue angle of 193.04º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE2EC is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 226 236 -
CMYK 0.19 0.04 0 0.07
HSL 193.04º 0.55% 0.84% -
HSV(B) 193.04º 0.19% 0.93% -
XYZ 63.57 71.4 89.79 -
YUV 216.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 190 226 236 0.19 0.04 0 0.07 193.04 0.55 0.84
Hex BE E2 EC 13 4 0 7 C1 37 54
Octal 276 342 354 23 4 0 7 301 67 124
Binary 10111110 11100010 11101100 10011 100 0 111 11000001 110111 1010100

Color Harmonies of #BEE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2EC

Black with #BEE2EC

Text Example


Text Example

White with #BEE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2EC; }

 p { color: rgb(190,226,236); }

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

background-color css

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

 a { background-color: rgb(190,226,236); }

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

border-color css

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

 span { border-color: rgb(190,226,236); }

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