Html Css Color HEX #BEEFFE Onahau

📋 copy color: '#BEEFFE'

red 190 ◦ green 239 ◦ blue 254

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

Shades of Onahau #BEEFFE

Tints of Onahau #BEEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 34.99%

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

R = 27.82%
G = 34.99%
B = 37.19%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEEFFE (or 0xBEEFFE) is known color: Onahau. HEX triplet: BE, EF and FE. RGB value is (190,239,254). Sum of RGB (Red+Green+Blue) = 190+239+254=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEEFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEEFFE is #411001. Grayscale: #E1E1E1. Windows color (decimal): -4263938 or 16707518. OLE color: 16707518.

HSL color Cylindrical-coordinate representation of color #BEEFFE: hue angle of 194.06º 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 #BEEFFE is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 239 254 -
CMYK 0.25 0.06 0 0.00
HSL 194.06º 0.97% 0.87% -
HSV(B) 194.06º 0.25% 1% -
XYZ 69.99 79.84 105.49 -
YUV 226.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 190 239 254 0.25 0.06 0 0.00 194.06 0.97 0.87
Hex BE EF FE 19 6 0 0 C2 61 57
Octal 276 357 376 31 6 0 0 302 141 127
Binary 10111110 11101111 11111110 11001 110 0 0 11000010 1100001 1010111

Color Harmonies of #BEEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEFFE

Black with #BEEFFE

Text Example


Text Example

White with #BEEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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