Html Css Color HEX #BEE7EA Onahau

📋 copy color: '#BEE7EA'

red 190 ◦ green 231 ◦ blue 234

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

Shades of Onahau #BEE7EA

Tints of Onahau #BEE7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.27%

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

R = 29.01%
G = 35.27%
B = 35.73%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEE7EA (or 0xBEE7EA) is known color: Onahau. HEX triplet: BE, E7 and EA. RGB value is (190,231,234). Sum of RGB (Red+Green+Blue) = 190+231+234=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEE7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE7EA is #411815. Grayscale: #DBDBDB. Windows color (decimal): -4266006 or 15394750. OLE color: 15394750.

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

Color convert

RGB 190 231 234 -
CMYK 0.19 0.01 0 0.08
HSL 184.09º 0.51% 0.83% -
HSV(B) 184.09º 0.19% 0.92% -
XYZ 64.66 74.04 88.72 -
YUV 219.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 190 231 234 0.19 0.01 0 0.08 184.09 0.51 0.83
Hex BE E7 EA 13 1 0 8 B8 33 53
Octal 276 347 352 23 1 0 10 270 63 123
Binary 10111110 11100111 11101010 10011 1 0 1000 10111000 110011 1010011

Color Harmonies of #BEE7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7EA

Black with #BEE7EA

Text Example


Text Example

White with #BEE7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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