Html Css Color HEX #BBDEBE Fringy Flower

📋 copy color: '#BBDEBE'

red 187 ◦ green 222 ◦ blue 190

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

Shades of Fringy Flower #BBDEBE

Tints of Fringy Flower #BBDEBE

RGB

 RED value IS 187 (73.44% from 255) = 31.22%

 GREEN value IS 222 (87.11% from 255) = 37.06%

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 31.22%
G = 37.06%
B = 31.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#BBDEBE (or 0xBBDEBE) is known color: Fringy Flower. HEX triplet: BB, DE and BE. RGB value is (187,222,190). Sum of RGB (Red+Green+Blue) = 187+222+190=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEBE is #442141. Grayscale: #CFCFCF. Windows color (decimal): -4464962 or 12508859. OLE color: 12508859.

HSL color Cylindrical-coordinate representation of color #BBDEBE: hue angle of 125.14º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEBE is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 190 -
CMYK 0.16 0 0.14 0.13
HSL 125.14º 0.35% 0.8% -
HSV(B) 125.14º 0.16% 0.87% -
XYZ 55.91 66.53 58.61 -
YUV 207.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 187 222 190 0.16 0 0.14 0.13 125.14 0.35 0.8
Hex BB DE BE 10 0 E D 7D 23 50
Octal 273 336 276 20 0 16 15 175 43 120
Binary 10111011 11011110 10111110 10000 0 1110 1101 1111101 100011 1010000

Color Harmonies of #BBDEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDEBE

Black with #BBDEBE

Text Example


Text Example

White with #BBDEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDEBE; }

 p { color: rgb(187,222,190); }

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

background-color css

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

 a { background-color: rgb(187,222,190); }

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

border-color css

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

 span { border-color: rgb(187,222,190); }

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