Html Css Color HEX #BEF0F7 Onahau

📋 copy color: '#BEF0F7'

red 190 ◦ green 240 ◦ blue 247

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

Shades of Onahau #BEF0F7

Tints of Onahau #BEF0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.48%

R = 28.06%
G = 35.45%
B = 36.48%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BEF0F7 (or 0xBEF0F7) is known color: Onahau. HEX triplet: BE, F0 and F7. RGB value is (190,240,247). Sum of RGB (Red+Green+Blue) = 190+240+247=677 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.06% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 247 - color contains mainly: blue. Hex color #BEF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF0F7 is #410F08. Grayscale: #E1E1E1. Windows color (decimal): -4263689 or 16249022. OLE color: 16249022.

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

Color convert

RGB 190 240 247 -
CMYK 0.23 0.03 0 0.03
HSL 187.37º 0.78% 0.86% -
HSV(B) 187.37º 0.23% 0.97% -
XYZ 69.18 79.98 99.79 -
YUV 225.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 190 240 247 0.23 0.03 0 0.03 187.37 0.78 0.86
Hex BE F0 F7 17 3 0 3 BB 4E 56
Octal 276 360 367 27 3 0 3 273 116 126
Binary 10111110 11110000 11110111 10111 11 0 11 10111011 1001110 1010110

Color Harmonies of #BEF0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF0F7

Black with #BEF0F7

Text Example


Text Example

White with #BEF0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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