Html Css Color HEX #BEE8F5 Onahau

📋 copy color: '#BEE8F5'

red 190 ◦ green 232 ◦ blue 245

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

Shades of Onahau #BEE8F5

Tints of Onahau #BEE8F5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.78%

 BLUE value IS 245 (96.09% from 255) = 36.73%

R = 28.49%
G = 34.78%
B = 36.73%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEE8F5 (or 0xBEE8F5) is known color: Onahau. HEX triplet: BE, E8 and F5. RGB value is (190,232,245). Sum of RGB (Red+Green+Blue) = 190+232+245=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 232 (91.02% from 255 or 34.78% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #BEE8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8F5 is #41170A. Grayscale: #DCDCDC. Windows color (decimal): -4265739 or 16115902. OLE color: 16115902.

HSL color Cylindrical-coordinate representation of color #BEE8F5: hue angle of 194.18º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEE8F5 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 232 245 -
CMYK 0.22 0.05 0 0.04
HSL 194.18º 0.73% 0.85% -
HSV(B) 194.18º 0.22% 0.96% -
XYZ 66.57 75.25 97.4 -
YUV 220.92 141.59 105.94 -
System Red Green Blue C M Y K H S L
Decimal 190 232 245 0.22 0.05 0 0.04 194.18 0.73 0.85
Hex BE E8 F5 16 5 0 4 C2 49 55
Octal 276 350 365 26 5 0 4 302 111 125
Binary 10111110 11101000 11110101 10110 101 0 100 11000010 1001001 1010101

Color Harmonies of #BEE8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE8F5

Black with #BEE8F5

Text Example


Text Example

White with #BEE8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE8F5; }

 p { color: rgb(190,232,245); }

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

background-color css

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

 a { background-color: rgb(190,232,245); }

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

border-color css

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

 span { border-color: rgb(190,232,245); }

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