Html Css Color HEX #BEF1FA Onahau

📋 copy color: '#BEF1FA'

red 190 ◦ green 241 ◦ blue 250

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

Shades of Onahau #BEF1FA

Tints of Onahau #BEF1FA

RGB

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

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

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

R = 27.9%
G = 35.39%
B = 36.71%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF1FA (or 0xBEF1FA) is known color: Onahau. HEX triplet: BE, F1 and FA. RGB value is (190,241,250). Sum of RGB (Red+Green+Blue) = 190+241+250=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF1FA is #410E05. Grayscale: #E2E2E2. Windows color (decimal): -4263430 or 16445886. OLE color: 16445886.

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

Color convert

RGB 190 241 250 -
CMYK 0.24 0.04 0 0.02
HSL 189º 0.86% 0.86% -
HSV(B) 189º 0.24% 0.98% -
XYZ 69.95 80.76 102.34 -
YUV 226.78 141.1 101.77 -
System Red Green Blue C M Y K H S L
Decimal 190 241 250 0.24 0.04 0 0.02 189 0.86 0.86
Hex BE F1 FA 18 4 0 2 BD 56 56
Octal 276 361 372 30 4 0 2 275 126 126
Binary 10111110 11110001 11111010 11000 100 0 10 10111101 1010110 1010110

Color Harmonies of #BEF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF1FA

Black with #BEF1FA

Text Example


Text Example

White with #BEF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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