Html Css Color HEX #BFF9E8 Humming Bird

📋 copy color: '#BFF9E8'

red 191 ◦ green 249 ◦ blue 232

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

Shades of Humming Bird #BFF9E8

Tints of Humming Bird #BFF9E8

RGB

 RED value IS 191 (75% from 255) = 28.42%

 GREEN value IS 249 (97.66% from 255) = 37.05%

 BLUE value IS 232 (91.02% from 255) = 34.52%

R = 28.42%
G = 37.05%
B = 34.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BFF9E8 (or 0xBFF9E8) is known color: Humming Bird. HEX triplet: BF, F9 and E8. RGB value is (191,249,232). Sum of RGB (Red+Green+Blue) = 191+249+232=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF9E8 is #400617. Grayscale: #E5E5E5. Windows color (decimal): -4195864 or 15268287. OLE color: 15268287.

HSL color Cylindrical-coordinate representation of color #BFF9E8: hue angle of 162.41º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9E8 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 249 232 -
CMYK 0.23 0 0.07 0.02
HSL 162.41º 0.83% 0.86% -
HSV(B) 162.41º 0.23% 0.98% -
XYZ 69.93 84.65 89 -
YUV 229.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 191 249 232 0.23 0 0.07 0.02 162.41 0.83 0.86
Hex BF F9 E8 17 0 7 2 A2 53 56
Octal 277 371 350 27 0 7 2 242 123 126
Binary 10111111 11111001 11101000 10111 0 111 10 10100010 1010011 1010110

Color Harmonies of #BFF9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF9E8

Black with #BFF9E8

Text Example


Text Example

White with #BFF9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF9E8; }

 p { color: rgb(191,249,232); }

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

background-color css

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

 a { background-color: rgb(191,249,232); }

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

border-color css

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

 span { border-color: rgb(191,249,232); }

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