Html Css Color HEX #BEF4FE Onahau

📋 copy color: '#BEF4FE'

red 190 ◦ green 244 ◦ blue 254

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

Shades of Onahau #BEF4FE

Tints of Onahau #BEF4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.47%

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

R = 27.62%
G = 35.47%
B = 36.92%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEF4FE (or 0xBEF4FE) is known color: Onahau. HEX triplet: BE, F4 and FE. RGB value is (190,244,254). Sum of RGB (Red+Green+Blue) = 190+244+254=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 244 (95.70% from 255 or 35.47% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF4FE is #410B01. Grayscale: #E4E4E4. Windows color (decimal): -4262658 or 16708798. OLE color: 16708798.

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

Color convert

RGB 190 244 254 -
CMYK 0.25 0.04 0 0.00
HSL 189.38º 0.97% 0.87% -
HSV(B) 189.38º 0.25% 1% -
XYZ 71.48 82.8 105.98 -
YUV 228.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 190 244 254 0.25 0.04 0 0.00 189.38 0.97 0.87
Hex BE F4 FE 19 4 0 0 BD 61 57
Octal 276 364 376 31 4 0 0 275 141 127
Binary 10111110 11110100 11111110 11001 100 0 0 10111101 1100001 1010111

Color Harmonies of #BEF4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF4FE

Black with #BEF4FE

Text Example


Text Example

White with #BEF4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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