Html Css Color HEX #BEE8F2 Onahau

📋 copy color: '#BEE8F2'

red 190 ◦ green 232 ◦ blue 242

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

Shades of Onahau #BEE8F2

Tints of Onahau #BEE8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 28.61%
G = 34.94%
B = 36.45%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEE8F2 (or 0xBEE8F2) is known color: Onahau. HEX triplet: BE, E8 and F2. RGB value is (190,232,242). Sum of RGB (Red+Green+Blue) = 190+232+242=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEE8F2 is #41170D. Grayscale: #DCDCDC. Windows color (decimal): -4265742 or 15919294. OLE color: 15919294.

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

Color convert

RGB 190 232 242 -
CMYK 0.21 0.04 0 0.05
HSL 191.54º 0.67% 0.85% -
HSV(B) 191.54º 0.21% 0.95% -
XYZ 66.12 75.07 95.01 -
YUV 220.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 190 232 242 0.21 0.04 0 0.05 191.54 0.67 0.85
Hex BE E8 F2 15 4 0 5 C0 43 55
Octal 276 350 362 25 4 0 5 300 103 125
Binary 10111110 11101000 11110010 10101 100 0 101 11000000 1000011 1010101

Color Harmonies of #BEE8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE8F2

Black with #BEE8F2

Text Example


Text Example

White with #BEE8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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