Html Css Color HEX #BEFFF1 Humming Bird

📋 copy color: '#BEFFF1'

red 190 ◦ green 255 ◦ blue 241

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

Shades of Humming Bird #BEFFF1

Tints of Humming Bird #BEFFF1

RGB

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

 GREEN value IS 255 (100% from 255) = 37.17%

 BLUE value IS 241 (94.53% from 255) = 35.13%

R = 27.7%
G = 37.17%
B = 35.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BEFFF1 (or 0xBEFFF1) is known color: Humming Bird. HEX triplet: BE, FF and F1. RGB value is (190,255,241). Sum of RGB (Red+Green+Blue) = 190+255+241=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF1 is #41000E. Grayscale: #E9E9E9. Windows color (decimal): -4259855 or 15859646. OLE color: 15859646.

HSL color Cylindrical-coordinate representation of color #BEFFF1: hue angle of 167.08º 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 #BEFFF1 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 241 -
CMYK 0.25 0 0.05 0
HSL 167.08º 1% 0.87% -
HSV(B) 167.08º 0.25% 1% -
XYZ 72.87 88.82 96.52 -
YUV 233.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 190 255 241 0.25 0 0.05 0 167.08 1 0.87
Hex BE FF F1 19 0 5 0 A7 64 57
Octal 276 377 361 31 0 5 0 247 144 127
Binary 10111110 11111111 11110001 11001 0 101 0 10100111 1100100 1010111

Color Harmonies of #BEFFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFF1

Black with #BEFFF1

Text Example


Text Example

White with #BEFFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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