Html Css Color HEX #BEE2EA Onahau

📋 copy color: '#BEE2EA'

red 190 ◦ green 226 ◦ blue 234

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

Shades of Onahau #BEE2EA

Tints of Onahau #BEE2EA

RGB

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

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

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

R = 29.23%
G = 34.77%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEE2EA (or 0xBEE2EA) is known color: Onahau. HEX triplet: BE, E2 and EA. RGB value is (190,226,234). Sum of RGB (Red+Green+Blue) = 190+226+234=650 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.23% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2EA is #411D15. Grayscale: #D8D8D8. Windows color (decimal): -4267286 or 15393470. OLE color: 15393470.

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

Color convert

RGB 190 226 234 -
CMYK 0.19 0.03 0 0.08
HSL 190.91º 0.51% 0.83% -
HSV(B) 190.91º 0.19% 0.92% -
XYZ 63.28 71.28 88.27 -
YUV 216.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 190 226 234 0.19 0.03 0 0.08 190.91 0.51 0.83
Hex BE E2 EA 13 3 0 8 BF 33 53
Octal 276 342 352 23 3 0 10 277 63 123
Binary 10111110 11100010 11101010 10011 11 0 1000 10111111 110011 1010011

Color Harmonies of #BEE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2EA

Black with #BEE2EA

Text Example


Text Example

White with #BEE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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