Html Css Color HEX #BCDD88 Sulu

📋 copy color: '#BCDD88'

red 188 ◦ green 221 ◦ blue 136

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

Shades of Sulu #BCDD88

Tints of Sulu #BCDD88

RGB

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

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

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

R = 34.5%
G = 40.55%
B = 24.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BCDD88 (or 0xBCDD88) is known color: Sulu. HEX triplet: BC, DD and 88. RGB value is (188,221,136). Sum of RGB (Red+Green+Blue) = 188+221+136=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD88 is #432277. Grayscale: #C9C9C9. Windows color (decimal): -4399736 or 8969660. OLE color: 8969660.

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

Color convert

RGB 188 221 136 -
CMYK 0.15 0 0.38 0.13
HSL 83.29º 0.56% 0.7% -
HSV(B) 83.29º 0.38% 0.87% -
XYZ 51.04 64.18 32.99 -
YUV 201.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 188 221 136 0.15 0 0.38 0.13 83.29 0.56 0.7
Hex BC DD 88 F 0 26 D 53 38 46
Octal 274 335 210 17 0 46 15 123 70 106
Binary 10111100 11011101 10001000 1111 0 100110 1101 1010011 111000 1000110

Color Harmonies of #BCDD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD88

Black with #BCDD88

Text Example


Text Example

White with #BCDD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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