Html Css Color HEX #BEE0EA Onahau

📋 copy color: '#BEE0EA'

red 190 ◦ green 224 ◦ blue 234

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

Shades of Onahau #BEE0EA

Tints of Onahau #BEE0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.11%

R = 29.32%
G = 34.57%
B = 36.11%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEE0EA (or 0xBEE0EA) is known color: Onahau. HEX triplet: BE, E0 and EA. RGB value is (190,224,234). Sum of RGB (Red+Green+Blue) = 190+224+234=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE0EA is #411F15. Grayscale: #D6D6D6. Windows color (decimal): -4267798 or 15392958. OLE color: 15392958.

HSL color Cylindrical-coordinate representation of color #BEE0EA: hue angle of 193.64º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE0EA is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 224 234 -
CMYK 0.19 0.04 0 0.08
HSL 193.64º 0.51% 0.83% -
HSV(B) 193.64º 0.19% 0.92% -
XYZ 62.74 70.2 88.08 -
YUV 214.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 190 224 234 0.19 0.04 0 0.08 193.64 0.51 0.83
Hex BE E0 EA 13 4 0 8 C2 33 53
Octal 276 340 352 23 4 0 10 302 63 123
Binary 10111110 11100000 11101010 10011 100 0 1000 11000010 110011 1010011

Color Harmonies of #BEE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0EA

Black with #BEE0EA

Text Example


Text Example

White with #BEE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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