Html Css Color HEX #BCDC88 Sulu

📋 copy color: '#BCDC88'

red 188 ◦ green 220 ◦ blue 136

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

Shades of Sulu #BCDC88

Tints of Sulu #BCDC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25%

R = 34.56%
G = 40.44%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#BCDC88 (or 0xBCDC88) is known color: Sulu. HEX triplet: BC, DC and 88. RGB value is (188,220,136). Sum of RGB (Red+Green+Blue) = 188+220+136=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC88 is #432377. Grayscale: #C9C9C9. Windows color (decimal): -4399992 or 8969404. OLE color: 8969404.

HSL color Cylindrical-coordinate representation of color #BCDC88: hue angle of 82.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCDC88 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 136 -
CMYK 0.15 0 0.38 0.14
HSL 82.86º 0.55% 0.7% -
HSV(B) 82.86º 0.38% 0.86% -
XYZ 50.78 63.66 32.9 -
YUV 200.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 188 220 136 0.15 0 0.38 0.14 82.86 0.55 0.7
Hex BC DC 88 F 0 26 E 53 37 46
Octal 274 334 210 17 0 46 16 123 67 106
Binary 10111100 11011100 10001000 1111 0 100110 1110 1010011 110111 1000110

Color Harmonies of #BCDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC88

Black with #BCDC88

Text Example


Text Example

White with #BCDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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