Html Css Color HEX #BBE5BD Fringy Flower

📋 copy color: '#BBE5BD'

red 187 ◦ green 229 ◦ blue 189

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

Shades of Fringy Flower #BBE5BD

Tints of Fringy Flower #BBE5BD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.85%

 BLUE value IS 189 (74.22% from 255) = 31.24%

R = 30.91%
G = 37.85%
B = 31.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#BBE5BD (or 0xBBE5BD) is known color: Fringy Flower. HEX triplet: BB, E5 and BD. RGB value is (187,229,189). Sum of RGB (Red+Green+Blue) = 187+229+189=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5BD is #441A42. Grayscale: #D3D3D3. Windows color (decimal): -4463171 or 12445115. OLE color: 12445115.

HSL color Cylindrical-coordinate representation of color #BBE5BD: hue angle of 122.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5BD is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 229 189 -
CMYK 0.18 0 0.17 0.10
HSL 122.86º 0.45% 0.82% -
HSV(B) 122.86º 0.18% 0.9% -
XYZ 57.7 70.28 58.67 -
YUV 211.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 187 229 189 0.18 0 0.17 0.10 122.86 0.45 0.82
Hex BB E5 BD 12 0 11 A 7B 2D 52
Octal 273 345 275 22 0 21 12 173 55 122
Binary 10111011 11100101 10111101 10010 0 10001 1010 1111011 101101 1010010

Color Harmonies of #BBE5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE5BD

Black with #BBE5BD

Text Example


Text Example

White with #BBE5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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