Html Css Color HEX #BDFFE5 Humming Bird

📋 copy color: '#BDFFE5'

red 189 ◦ green 255 ◦ blue 229

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

Shades of Humming Bird #BDFFE5

Tints of Humming Bird #BDFFE5

RGB

 RED value IS 189 (74.22% from 255) = 28.08%

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

 BLUE value IS 229 (89.84% from 255) = 34.03%

R = 28.08%
G = 37.89%
B = 34.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#BDFFE5 (or 0xBDFFE5) is known color: Humming Bird. HEX triplet: BD, FF and E5. RGB value is (189,255,229). Sum of RGB (Red+Green+Blue) = 189+255+229=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE5 is #42001A. Grayscale: #E8E8E8. Windows color (decimal): -4325403 or 15073213. OLE color: 15073213.

HSL color Cylindrical-coordinate representation of color #BDFFE5: hue angle of 156.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFE5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 189 255 229 -
CMYK 0.26 0 0.10 0
HSL 156.36º 1% 0.87% -
HSV(B) 156.36º 0.26% 1% -
XYZ 70.89 88 87.38 -
YUV 232.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 189 255 229 0.26 0 0.10 0 156.36 1 0.87
Hex BD FF E5 1A 0 A 0 9C 64 57
Octal 275 377 345 32 0 12 0 234 144 127
Binary 10111101 11111111 11100101 11010 0 1010 0 10011100 1100100 1010111

Color Harmonies of #BDFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFE5

Black with #BDFFE5

Text Example


Text Example

White with #BDFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFE5; }

 p { color: rgb(189,255,229); }

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

background-color css

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

 a { background-color: rgb(189,255,229); }

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

border-color css

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

 span { border-color: rgb(189,255,229); }

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