Html Css Color HEX #BEF2FA Onahau

📋 copy color: '#BEF2FA'

red 190 ◦ green 242 ◦ blue 250

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

Shades of Onahau #BEF2FA

Tints of Onahau #BEF2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 27.86%
G = 35.48%
B = 36.66%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF2FA (or 0xBEF2FA) is known color: Onahau. HEX triplet: BE, F2 and FA. RGB value is (190,242,250). Sum of RGB (Red+Green+Blue) = 190+242+250=682 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.86% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2FA is #410D05. Grayscale: #E3E3E3. Windows color (decimal): -4263174 or 16446142. OLE color: 16446142.

HSL color Cylindrical-coordinate representation of color #BEF2FA: hue angle of 188º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF2FA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 242 250 -
CMYK 0.24 0.03 0 0.02
HSL 188º 0.86% 0.86% -
HSV(B) 188º 0.24% 0.98% -
XYZ 70.24 81.35 102.44 -
YUV 227.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 190 242 250 0.24 0.03 0 0.02 188 0.86 0.86
Hex BE F2 FA 18 3 0 2 BC 56 56
Octal 276 362 372 30 3 0 2 274 126 126
Binary 10111110 11110010 11111010 11000 11 0 10 10111100 1010110 1010110

Color Harmonies of #BEF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2FA

Black with #BEF2FA

Text Example


Text Example

White with #BEF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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