Html Css Color HEX #BCDF7C Sulu

📋 copy color: '#BCDF7C'

red 188 ◦ green 223 ◦ blue 124

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

Shades of Sulu #BCDF7C

Tints of Sulu #BCDF7C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.68%

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

R = 35.14%
G = 41.68%
B = 23.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BCDF7C (or 0xBCDF7C) is known color: Sulu. HEX triplet: BC, DF and 7C. RGB value is (188,223,124). Sum of RGB (Red+Green+Blue) = 188+223+124=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF7C is #432083. Grayscale: #C9C9C9. Windows color (decimal): -4399236 or 8183740. OLE color: 8183740.

HSL color Cylindrical-coordinate representation of color #BCDF7C: hue angle of 81.21º degrees, saturation: 0.61, 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 #BCDF7C is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 124 -
CMYK 0.16 0 0.44 0.13
HSL 81.21º 0.61% 0.68% -
HSV(B) 81.21º 0.44% 0.87% -
XYZ 50.76 64.92 28.92 -
YUV 201.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 188 223 124 0.16 0 0.44 0.13 81.21 0.61 0.68
Hex BC DF 7C 10 0 2C D 51 3D 44
Octal 274 337 174 20 0 54 15 121 75 104
Binary 10111100 11011111 1111100 10000 0 101100 1101 1010001 111101 1000100

Color Harmonies of #BCDF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF7C

Black with #BCDF7C

Text Example


Text Example

White with #BCDF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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