Html Css Color HEX #BEEAFE Onahau

📋 copy color: '#BEEAFE'

red 190 ◦ green 234 ◦ blue 254

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

Shades of Onahau #BEEAFE

Tints of Onahau #BEEAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.46%

R = 28.02%
G = 34.51%
B = 37.46%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEEAFE (or 0xBEEAFE) is known color: Onahau. HEX triplet: BE, EA and FE. RGB value is (190,234,254). Sum of RGB (Red+Green+Blue) = 190+234+254=678 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.02% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEAFE is #411501. Grayscale: #DFDFDF. Windows color (decimal): -4265218 or 16706238. OLE color: 16706238.

HSL color Cylindrical-coordinate representation of color #BEEAFE: hue angle of 198.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEEAFE is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 234 254 -
CMYK 0.25 0.08 0 0.00
HSL 198.75º 0.97% 0.87% -
HSV(B) 198.75º 0.25% 1% -
XYZ 68.55 76.95 105.01 -
YUV 223.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 190 234 254 0.25 0.08 0 0.00 198.75 0.97 0.87
Hex BE EA FE 19 8 0 0 C7 61 57
Octal 276 352 376 31 10 0 0 307 141 127
Binary 10111110 11101010 11111110 11001 1000 0 0 11000111 1100001 1010111

Color Harmonies of #BEEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEAFE

Black with #BEEAFE

Text Example


Text Example

White with #BEEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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