Html Css Color HEX #BCD884 Sulu

📋 copy color: '#BCD884'

red 188 ◦ green 216 ◦ blue 132

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

Shades of Sulu #BCD884

Tints of Sulu #BCD884

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.3%

 BLUE value IS 132 (51.95% from 255) = 24.63%

R = 35.07%
G = 40.3%
B = 24.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#BCD884 (or 0xBCD884) is known color: Sulu. HEX triplet: BC, D8 and 84. RGB value is (188,216,132). Sum of RGB (Red+Green+Blue) = 188+216+132=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD884 is #43277B. Grayscale: #C6C6C6. Windows color (decimal): -4401020 or 8706236. OLE color: 8706236.

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

Color convert

RGB 188 216 132 -
CMYK 0.13 0 0.39 0.15
HSL 80º 0.52% 0.68% -
HSV(B) 80º 0.39% 0.85% -
XYZ 49.46 61.47 31.09 -
YUV 198.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 188 216 132 0.13 0 0.39 0.15 80 0.52 0.68
Hex BC D8 84 D 0 27 F 50 34 44
Octal 274 330 204 15 0 47 17 120 64 104
Binary 10111100 11011000 10000100 1101 0 100111 1111 1010000 110100 1000100

Color Harmonies of #BCD884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD884

Black with #BCD884

Text Example


Text Example

White with #BCD884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD884; }

 p { color: rgb(188,216,132); }

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

background-color css

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

 a { background-color: rgb(188,216,132); }

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

border-color css

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

 span { border-color: rgb(188,216,132); }

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