Html Css Color HEX #BEF6FE Onahau

📋 copy color: '#BEF6FE'

red 190 ◦ green 246 ◦ blue 254

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

Shades of Onahau #BEF6FE

Tints of Onahau #BEF6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.65%

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

R = 27.54%
G = 35.65%
B = 36.81%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BEF6FE (or 0xBEF6FE) is known color: Onahau. HEX triplet: BE, F6 and FE. RGB value is (190,246,254). Sum of RGB (Red+Green+Blue) = 190+246+254=690 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.54% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6FE is #410901. Grayscale: #E6E6E6. Windows color (decimal): -4262146 or 16709310. OLE color: 16709310.

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

Color convert

RGB 190 246 254 -
CMYK 0.25 0.03 0 0.00
HSL 187.5º 0.97% 0.87% -
HSV(B) 187.5º 0.25% 1% -
XYZ 72.08 84.01 106.18 -
YUV 230.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 190 246 254 0.25 0.03 0 0.00 187.5 0.97 0.87
Hex BE F6 FE 19 3 0 0 BC 61 57
Octal 276 366 376 31 3 0 0 274 141 127
Binary 10111110 11110110 11111110 11001 11 0 0 10111100 1100001 1010111

Color Harmonies of #BEF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6FE

Black with #BEF6FE

Text Example


Text Example

White with #BEF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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