Html Css Color HEX #BEEAF6 Onahau

📋 copy color: '#BEEAF6'

red 190 ◦ green 234 ◦ blue 246

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

Shades of Onahau #BEEAF6

Tints of Onahau #BEEAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.72%

R = 28.36%
G = 34.93%
B = 36.72%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEEAF6 (or 0xBEEAF6) is known color: Onahau. HEX triplet: BE, EA and F6. RGB value is (190,234,246). Sum of RGB (Red+Green+Blue) = 190+234+246=670 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.36% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAF6 is #411509. Grayscale: #DEDEDE. Windows color (decimal): -4265226 or 16181950. OLE color: 16181950.

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

Color convert

RGB 190 234 246 -
CMYK 0.23 0.05 0 0.04
HSL 192.86º 0.76% 0.85% -
HSV(B) 192.86º 0.23% 0.96% -
XYZ 67.29 76.45 98.4 -
YUV 222.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 190 234 246 0.23 0.05 0 0.04 192.86 0.76 0.85
Hex BE EA F6 17 5 0 4 C1 4C 55
Octal 276 352 366 27 5 0 4 301 114 125
Binary 10111110 11101010 11110110 10111 101 0 100 11000001 1001100 1010101

Color Harmonies of #BEEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAF6

Black with #BEEAF6

Text Example


Text Example

White with #BEEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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