Html Css Color HEX #BEF0FB Onahau

📋 copy color: '#BEF0FB'

red 190 ◦ green 240 ◦ blue 251

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

Shades of Onahau #BEF0FB

Tints of Onahau #BEF0FB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.24%

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

R = 27.9%
G = 35.24%
B = 36.86%

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

#BEF0FB (or 0xBEF0FB) is known color: Onahau. HEX triplet: BE, F0 and FB. RGB value is (190,240,251). Sum of RGB (Red+Green+Blue) = 190+240+251=681 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.90% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0FB is #410F04. Grayscale: #E2E2E2. Windows color (decimal): -4263685 or 16511166. OLE color: 16511166.

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

Color convert

RGB 190 240 251 -
CMYK 0.24 0.04 0 0.02
HSL 190.82º 0.88% 0.86% -
HSV(B) 190.82º 0.24% 0.98% -
XYZ 69.81 80.23 103.07 -
YUV 226.3 141.94 102.11 -
System Red Green Blue C M Y K H S L
Decimal 190 240 251 0.24 0.04 0 0.02 190.82 0.88 0.86
Hex BE F0 FB 18 4 0 2 BF 58 56
Octal 276 360 373 30 4 0 2 277 130 126
Binary 10111110 11110000 11111011 11000 100 0 10 10111111 1011000 1010110

Color Harmonies of #BEF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0FB

Black with #BEF0FB

Text Example


Text Example

White with #BEF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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