Html Css Color HEX #BEF2FB Onahau

📋 copy color: '#BEF2FB'

red 190 ◦ green 242 ◦ blue 251

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

Shades of Onahau #BEF2FB

Tints of Onahau #BEF2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.75%

R = 27.82%
G = 35.43%
B = 36.75%

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

#BEF2FB (or 0xBEF2FB) is known color: Onahau. HEX triplet: BE, F2 and FB. RGB value is (190,242,251). Sum of RGB (Red+Green+Blue) = 190+242+251=683 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.82% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF2FB is #410D04. Grayscale: #E3E3E3. Windows color (decimal): -4263173 or 16511678. OLE color: 16511678.

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

Color convert

RGB 190 242 251 -
CMYK 0.24 0.04 0 0.02
HSL 188.85º 0.88% 0.86% -
HSV(B) 188.85º 0.24% 0.98% -
XYZ 70.4 81.42 103.27 -
YUV 227.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 190 242 251 0.24 0.04 0 0.02 188.85 0.88 0.86
Hex BE F2 FB 18 4 0 2 BD 58 56
Octal 276 362 373 30 4 0 2 275 130 126
Binary 10111110 11110010 11111011 11000 100 0 10 10111101 1011000 1010110

Color Harmonies of #BEF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2FB

Black with #BEF2FB

Text Example


Text Example

White with #BEF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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