Html Css Color HEX #BEE0EC Onahau

📋 copy color: '#BEE0EC'

red 190 ◦ green 224 ◦ blue 236

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

Shades of Onahau #BEE0EC

Tints of Onahau #BEE0EC

RGB

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

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

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

R = 29.23%
G = 34.46%
B = 36.31%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEE0EC (or 0xBEE0EC) is known color: Onahau. HEX triplet: BE, E0 and EC. RGB value is (190,224,236). Sum of RGB (Red+Green+Blue) = 190+224+236=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EC is #411F13. Grayscale: #D7D7D7. Windows color (decimal): -4267796 or 15524030. OLE color: 15524030.

HSL color Cylindrical-coordinate representation of color #BEE0EC: hue angle of 195.65º 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 #BEE0EC is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 224 236 -
CMYK 0.19 0.05 0 0.07
HSL 195.65º 0.55% 0.84% -
HSV(B) 195.65º 0.19% 0.93% -
XYZ 63.03 70.31 89.61 -
YUV 215.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 190 224 236 0.19 0.05 0 0.07 195.65 0.55 0.84
Hex BE E0 EC 13 5 0 7 C4 37 54
Octal 276 340 354 23 5 0 7 304 67 124
Binary 10111110 11100000 11101100 10011 101 0 111 11000100 110111 1010100

Color Harmonies of #BEE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0EC

Black with #BEE0EC

Text Example


Text Example

White with #BEE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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