Html Css Color HEX #BDFFBB Fringy Flower

📋 copy color: '#BDFFBB'

red 189 ◦ green 255 ◦ blue 187

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

Shades of Fringy Flower #BDFFBB

Tints of Fringy Flower #BDFFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 29.64%

R = 29.95%
G = 40.41%
B = 29.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#BDFFBB (or 0xBDFFBB) is known color: Fringy Flower. HEX triplet: BD, FF and BB. RGB value is (189,255,187). Sum of RGB (Red+Green+Blue) = 189+255+187=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFBB is #420044. Grayscale: #E3E3E3. Windows color (decimal): -4325445 or 12320701. OLE color: 12320701.

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

Color convert

RGB 189 255 187 -
CMYK 0.26 0 0.27 0
HSL 118.24º 1% 0.87% -
HSV(B) 118.24º 0.27% 1% -
XYZ 65.72 85.93 60.14 -
YUV 227.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 189 255 187 0.26 0 0.27 0 118.24 1 0.87
Hex BD FF BB 1A 0 1B 0 76 64 57
Octal 275 377 273 32 0 33 0 166 144 127
Binary 10111101 11111111 10111011 11010 0 11011 0 1110110 1100100 1010111

Color Harmonies of #BDFFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFBB

Black with #BDFFBB

Text Example


Text Example

White with #BDFFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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