Html Css Color HEX #BEF1FE Onahau

📋 copy color: '#BEF1FE'

red 190 ◦ green 241 ◦ blue 254

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

Shades of Onahau #BEF1FE

Tints of Onahau #BEF1FE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.18%

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

R = 27.74%
G = 35.18%
B = 37.08%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEF1FE (or 0xBEF1FE) is known color: Onahau. HEX triplet: BE, F1 and FE. RGB value is (190,241,254). Sum of RGB (Red+Green+Blue) = 190+241+254=685 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.74% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1FE is #410E01. Grayscale: #E3E3E3. Windows color (decimal): -4263426 or 16708030. OLE color: 16708030.

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

Color convert

RGB 190 241 254 -
CMYK 0.25 0.05 0 0.00
HSL 192.19º 0.97% 0.87% -
HSV(B) 192.19º 0.25% 1% -
XYZ 70.58 81.01 105.68 -
YUV 227.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 190 241 254 0.25 0.05 0 0.00 192.19 0.97 0.87
Hex BE F1 FE 19 5 0 0 C0 61 57
Octal 276 361 376 31 5 0 0 300 141 127
Binary 10111110 11110001 11111110 11001 101 0 0 11000000 1100001 1010111

Color Harmonies of #BEF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1FE

Black with #BEF1FE

Text Example


Text Example

White with #BEF1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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