Html Css Color HEX #BBDC8C Sulu

📋 copy color: '#BBDC8C'

red 187 ◦ green 220 ◦ blue 140

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

Shades of Sulu #BBDC8C

Tints of Sulu #BBDC8C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

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

R = 34.19%
G = 40.22%
B = 25.59%

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

#BBDC8C (or 0xBBDC8C) is known color: Sulu. HEX triplet: BB, DC and 8C. RGB value is (187,220,140). Sum of RGB (Red+Green+Blue) = 187+220+140=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC8C is #442373. Grayscale: #C9C9C9. Windows color (decimal): -4465524 or 9231547. OLE color: 9231547.

HSL color Cylindrical-coordinate representation of color #BBDC8C: hue angle of 84.75º degrees, saturation: 0.53, 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 #BBDC8C is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 140 -
CMYK 0.15 0 0.36 0.14
HSL 84.75º 0.53% 0.71% -
HSV(B) 84.75º 0.36% 0.86% -
XYZ 50.82 63.64 34.42 -
YUV 201.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 187 220 140 0.15 0 0.36 0.14 84.75 0.53 0.71
Hex BB DC 8C F 0 24 E 55 35 47
Octal 273 334 214 17 0 44 16 125 65 107
Binary 10111011 11011100 10001100 1111 0 100100 1110 1010101 110101 1000111

Color Harmonies of #BBDC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC8C

Black with #BBDC8C

Text Example


Text Example

White with #BBDC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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