Html Css Color HEX #BEE9F0 Onahau

📋 copy color: '#BEE9F0'

red 190 ◦ green 233 ◦ blue 240

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

Shades of Onahau #BEE9F0

Tints of Onahau #BEE9F0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.14%

 BLUE value IS 240 (94.14% from 255) = 36.2%

R = 28.66%
G = 35.14%
B = 36.2%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE9F0 (or 0xBEE9F0) is known color: Onahau. HEX triplet: BE, E9 and F0. RGB value is (190,233,240). Sum of RGB (Red+Green+Blue) = 190+233+240=663 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.66% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE9F0 is #41160F. Grayscale: #DCDCDC. Windows color (decimal): -4265488 or 15788478. OLE color: 15788478.

HSL color Cylindrical-coordinate representation of color #BEE9F0: hue angle of 188.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE9F0 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 233 240 -
CMYK 0.21 0.03 0 0.06
HSL 188.4º 0.63% 0.84% -
HSV(B) 188.4º 0.21% 0.94% -
XYZ 66.1 75.52 93.53 -
YUV 220.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 190 233 240 0.21 0.03 0 0.06 188.4 0.63 0.84
Hex BE E9 F0 15 3 0 6 BC 3E 54
Octal 276 351 360 25 3 0 6 274 76 124
Binary 10111110 11101001 11110000 10101 11 0 110 10111100 111110 1010100

Color Harmonies of #BEE9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE9F0

Black with #BEE9F0

Text Example


Text Example

White with #BEE9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE9F0; }

 p { color: rgb(190,233,240); }

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

background-color css

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

 a { background-color: rgb(190,233,240); }

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

border-color css

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

 span { border-color: rgb(190,233,240); }

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