Html Css Color HEX #BEE2F0 Onahau

📋 copy color: '#BEE2F0'

red 190 ◦ green 226 ◦ blue 240

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

Shades of Onahau #BEE2F0

Tints of Onahau #BEE2F0

RGB

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

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

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

R = 28.96%
G = 34.45%
B = 36.59%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEE2F0 (or 0xBEE2F0) is known color: Onahau. HEX triplet: BE, E2 and F0. RGB value is (190,226,240). Sum of RGB (Red+Green+Blue) = 190+226+240=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #BEE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE2F0 is #411D0F. Grayscale: #D8D8D8. Windows color (decimal): -4267280 or 15786686. OLE color: 15786686.

HSL color Cylindrical-coordinate representation of color #BEE2F0: hue angle of 196.8º 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 #BEE2F0 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 226 240 -
CMYK 0.21 0.06 0 0.06
HSL 196.8º 0.63% 0.84% -
HSV(B) 196.8º 0.21% 0.94% -
XYZ 64.16 71.63 92.88 -
YUV 216.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 190 226 240 0.21 0.06 0 0.06 196.8 0.63 0.84
Hex BE E2 F0 15 6 0 6 C5 3E 54
Octal 276 342 360 25 6 0 6 305 76 124
Binary 10111110 11100010 11110000 10101 110 0 110 11000101 111110 1010100

Color Harmonies of #BEE2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2F0

Black with #BEE2F0

Text Example


Text Example

White with #BEE2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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