Html Css Color HEX #BCDD7D Sulu

📋 copy color: '#BCDD7D'

red 188 ◦ green 221 ◦ blue 125

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

Shades of Sulu #BCDD7D

Tints of Sulu #BCDD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.41%

R = 35.21%
G = 41.39%
B = 23.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BCDD7D (or 0xBCDD7D) is known color: Sulu. HEX triplet: BC, DD and 7D. RGB value is (188,221,125). Sum of RGB (Red+Green+Blue) = 188+221+125=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD7D is #432282. Grayscale: #C8C8C8. Windows color (decimal): -4399747 or 8248764. OLE color: 8248764.

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

Color convert

RGB 188 221 125 -
CMYK 0.15 0 0.43 0.13
HSL 80.63º 0.59% 0.68% -
HSV(B) 80.63º 0.43% 0.87% -
XYZ 50.3 63.88 29.08 -
YUV 200.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 188 221 125 0.15 0 0.43 0.13 80.63 0.59 0.68
Hex BC DD 7D F 0 2B D 51 3B 44
Octal 274 335 175 17 0 53 15 121 73 104
Binary 10111100 11011101 1111101 1111 0 101011 1101 1010001 111011 1000100

Color Harmonies of #BCDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD7D

Black with #BCDD7D

Text Example


Text Example

White with #BCDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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