Html Css Color HEX #BBDD8C Sulu

📋 copy color: '#BBDD8C'

red 187 ◦ green 221 ◦ blue 140

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

Shades of Sulu #BBDD8C

Tints of Sulu #BBDD8C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 34.12%
G = 40.33%
B = 25.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#BBDD8C (or 0xBBDD8C) is known color: Sulu. HEX triplet: BB, DD and 8C. RGB value is (187,221,140). Sum of RGB (Red+Green+Blue) = 187+221+140=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD8C is #442273. Grayscale: #C9C9C9. Windows color (decimal): -4465268 or 9231803. OLE color: 9231803.

HSL color Cylindrical-coordinate representation of color #BBDD8C: hue angle of 85.19º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBDD8C is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 140 -
CMYK 0.15 0 0.37 0.13
HSL 85.19º 0.54% 0.71% -
HSV(B) 85.19º 0.37% 0.87% -
XYZ 51.08 64.17 34.5 -
YUV 201.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 187 221 140 0.15 0 0.37 0.13 85.19 0.54 0.71
Hex BB DD 8C F 0 25 D 55 36 47
Octal 273 335 214 17 0 45 15 125 66 107
Binary 10111011 11011101 10001100 1111 0 100101 1101 1010101 110110 1000111

Color Harmonies of #BBDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD8C

Black with #BBDD8C

Text Example


Text Example

White with #BBDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD8C; }

 p { color: rgb(187,221,140); }

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

background-color css

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

 a { background-color: rgb(187,221,140); }

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

border-color css

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

 span { border-color: rgb(187,221,140); }

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