Html Css Color HEX #BEEAF7 Onahau

📋 copy color: '#BEEAF7'

red 190 ◦ green 234 ◦ blue 247

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

Shades of Onahau #BEEAF7

Tints of Onahau #BEEAF7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.87%

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 28.32%
G = 34.87%
B = 36.81%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BEEAF7 (or 0xBEEAF7) is known color: Onahau. HEX triplet: BE, EA and F7. RGB value is (190,234,247). Sum of RGB (Red+Green+Blue) = 190+234+247=671 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.32% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF7 is #411508. Grayscale: #DEDEDE. Windows color (decimal): -4265225 or 16247486. OLE color: 16247486.

HSL color Cylindrical-coordinate representation of color #BEEAF7: hue angle of 193.68º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEEAF7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 190 234 247 -
CMYK 0.23 0.05 0 0.03
HSL 193.68º 0.78% 0.86% -
HSV(B) 193.68º 0.23% 0.97% -
XYZ 67.45 76.51 99.21 -
YUV 222.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 190 234 247 0.23 0.05 0 0.03 193.68 0.78 0.86
Hex BE EA F7 17 5 0 3 C2 4E 56
Octal 276 352 367 27 5 0 3 302 116 126
Binary 10111110 11101010 11110111 10111 101 0 11 11000010 1001110 1010110

Color Harmonies of #BEEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAF7

Black with #BEEAF7

Text Example


Text Example

White with #BEEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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