Html Css Color HEX #BEF2FF Onahau

📋 copy color: '#BEF2FF'

red 190 ◦ green 242 ◦ blue 255

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

Shades of Onahau #BEF2FF

Tints of Onahau #BEF2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.12%

R = 27.66%
G = 35.23%
B = 37.12%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BEF2FF (or 0xBEF2FF) is known color: Onahau. HEX triplet: BE, F2 and FF. RGB value is (190,242,255). Sum of RGB (Red+Green+Blue) = 190+242+255=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2FF is #410D00. Grayscale: #E3E3E3. Windows color (decimal): -4263169 or 16773822. OLE color: 16773822.

HSL color Cylindrical-coordinate representation of color #BEF2FF: hue angle of 192º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF2FF is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 242 255 -
CMYK 0.25 0.05 0 0
HSL 192º 1% 0.87% -
HSV(B) 192º 0.25% 1% -
XYZ 71.04 81.67 106.63 -
YUV 227.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 190 242 255 0.25 0.05 0 0 192 1 0.87
Hex BE F2 FF 19 5 0 0 C0 64 57
Octal 276 362 377 31 5 0 0 300 144 127
Binary 10111110 11110010 11111111 11001 101 0 0 11000000 1100100 1010111

Color Harmonies of #BEF2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2FF

Black with #BEF2FF

Text Example


Text Example

White with #BEF2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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