Html Css Color HEX #BCDD7C Sulu

📋 copy color: '#BCDD7C'

red 188 ◦ green 221 ◦ blue 124

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

Shades of Sulu #BCDD7C

Tints of Sulu #BCDD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 35.27%
G = 41.46%
B = 23.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BCDD7C (or 0xBCDD7C) is known color: Sulu. HEX triplet: BC, DD and 7C. RGB value is (188,221,124). Sum of RGB (Red+Green+Blue) = 188+221+124=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD7C is #432283. Grayscale: #C8C8C8. Windows color (decimal): -4399748 or 8183228. OLE color: 8183228.

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

Color convert

RGB 188 221 124 -
CMYK 0.15 0 0.44 0.13
HSL 80.41º 0.59% 0.68% -
HSV(B) 80.41º 0.44% 0.87% -
XYZ 50.23 63.86 28.75 -
YUV 200.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 188 221 124 0.15 0 0.44 0.13 80.41 0.59 0.68
Hex BC DD 7C F 0 2C D 50 3B 44
Octal 274 335 174 17 0 54 15 120 73 104
Binary 10111100 11011101 1111100 1111 0 101100 1101 1010000 111011 1000100

Color Harmonies of #BCDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD7C

Black with #BCDD7C

Text Example


Text Example

White with #BCDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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