Html Css Color HEX #BCDC83 Sulu

📋 copy color: '#BCDC83'

red 188 ◦ green 220 ◦ blue 131

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

Shades of Sulu #BCDC83

Tints of Sulu #BCDC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.3%

R = 34.88%
G = 40.82%
B = 24.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#BCDC83 (or 0xBCDC83) is known color: Sulu. HEX triplet: BC, DC and 83. RGB value is (188,220,131). Sum of RGB (Red+Green+Blue) = 188+220+131=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC83 is #43237C. Grayscale: #C8C8C8. Windows color (decimal): -4399997 or 8641724. OLE color: 8641724.

HSL color Cylindrical-coordinate representation of color #BCDC83: hue angle of 81.57º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCDC83 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 131 -
CMYK 0.15 0 0.40 0.14
HSL 81.57º 0.56% 0.69% -
HSV(B) 81.57º 0.4% 0.86% -
XYZ 50.43 63.52 31.07 -
YUV 200.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 188 220 131 0.15 0 0.40 0.14 81.57 0.56 0.69
Hex BC DC 83 F 0 28 E 52 38 45
Octal 274 334 203 17 0 50 16 122 70 105
Binary 10111100 11011100 10000011 1111 0 101000 1110 1010010 111000 1000101

Color Harmonies of #BCDC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC83

Black with #BCDC83

Text Example


Text Example

White with #BCDC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC83; }

 p { color: rgb(188,220,131); }

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

background-color css

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

 a { background-color: rgb(188,220,131); }

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

border-color css

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

 span { border-color: rgb(188,220,131); }

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