Html Css Color HEX #BEF2FE Onahau

📋 copy color: '#BEF2FE'

red 190 ◦ green 242 ◦ blue 254

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

Shades of Onahau #BEF2FE

Tints of Onahau #BEF2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.28%

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

R = 27.7%
G = 35.28%
B = 37.03%

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

#BEF2FE (or 0xBEF2FE) is known color: Onahau. HEX triplet: BE, F2 and FE. RGB value is (190,242,254). Sum of RGB (Red+Green+Blue) = 190+242+254=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2FE is #410D01. Grayscale: #E3E3E3. Windows color (decimal): -4263170 or 16708286. OLE color: 16708286.

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

Color convert

RGB 190 242 254 -
CMYK 0.25 0.05 0 0.00
HSL 191.25º 0.97% 0.87% -
HSV(B) 191.25º 0.25% 1% -
XYZ 70.88 81.61 105.78 -
YUV 227.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 190 242 254 0.25 0.05 0 0.00 191.25 0.97 0.87
Hex BE F2 FE 19 5 0 0 BF 61 57
Octal 276 362 376 31 5 0 0 277 141 127
Binary 10111110 11110010 11111110 11001 101 0 0 10111111 1100001 1010111

Color Harmonies of #BEF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2FE

Black with #BEF2FE

Text Example


Text Example

White with #BEF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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