Html Css Color HEX #BBDB8D Sulu

📋 copy color: '#BBDB8D'

red 187 ◦ green 219 ◦ blue 141

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

Shades of Sulu #BBDB8D

Tints of Sulu #BBDB8D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 141 (55.47% from 255) = 25.78%

R = 34.19%
G = 40.04%
B = 25.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#BBDB8D (or 0xBBDB8D) is known color: Sulu. HEX triplet: BB, DB and 8D. RGB value is (187,219,141). Sum of RGB (Red+Green+Blue) = 187+219+141=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB8D is #442472. Grayscale: #C8C8C8. Windows color (decimal): -4465779 or 9296827. OLE color: 9296827.

HSL color Cylindrical-coordinate representation of color #BBDB8D: hue angle of 84.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBDB8D is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 141 -
CMYK 0.15 0 0.36 0.14
HSL 84.62º 0.52% 0.71% -
HSV(B) 84.62º 0.36% 0.86% -
XYZ 50.63 63.15 34.72 -
YUV 200.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 187 219 141 0.15 0 0.36 0.14 84.62 0.52 0.71
Hex BB DB 8D F 0 24 E 55 34 47
Octal 273 333 215 17 0 44 16 125 64 107
Binary 10111011 11011011 10001101 1111 0 100100 1110 1010101 110100 1000111

Color Harmonies of #BBDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB8D

Black with #BBDB8D

Text Example


Text Example

White with #BBDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB8D; }

 p { color: rgb(187,219,141); }

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

background-color css

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

 a { background-color: rgb(187,219,141); }

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

border-color css

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

 span { border-color: rgb(187,219,141); }

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