Html Css Color HEX #BCDD8C Sulu

📋 copy color: '#BCDD8C'

red 188 ◦ green 221 ◦ blue 140

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

Shades of Sulu #BCDD8C

Tints of Sulu #BCDD8C

RGB

 RED value IS 188 (73.83% from 255) = 34.24%

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

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

R = 34.24%
G = 40.26%
B = 25.5%

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

#BCDD8C (or 0xBCDD8C) is known color: Sulu. HEX triplet: BC, DD and 8C. RGB value is (188,221,140). Sum of RGB (Red+Green+Blue) = 188+221+140=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD8C is #432273. Grayscale: #CACACA. Windows color (decimal): -4399732 or 9231804. OLE color: 9231804.

HSL color Cylindrical-coordinate representation of color #BCDD8C: hue angle of 84.44º 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 #BCDD8C is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 140 -
CMYK 0.15 0 0.37 0.13
HSL 84.44º 0.54% 0.71% -
HSV(B) 84.44º 0.37% 0.87% -
XYZ 51.33 64.3 34.52 -
YUV 201.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 188 221 140 0.15 0 0.37 0.13 84.44 0.54 0.71
Hex BC DD 8C F 0 25 D 54 36 47
Octal 274 335 214 17 0 45 15 124 66 107
Binary 10111100 11011101 10001100 1111 0 100101 1101 1010100 110110 1000111

Color Harmonies of #BCDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD8C

Black with #BCDD8C

Text Example


Text Example

White with #BCDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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