Html Css Color HEX #BCD882 Sulu

📋 copy color: '#BCD882'

red 188 ◦ green 216 ◦ blue 130

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

Shades of Sulu #BCD882

Tints of Sulu #BCD882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.34%

R = 35.21%
G = 40.45%
B = 24.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#BCD882 (or 0xBCD882) is known color: Sulu. HEX triplet: BC, D8 and 82. RGB value is (188,216,130). Sum of RGB (Red+Green+Blue) = 188+216+130=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD882 is #43277D. Grayscale: #C6C6C6. Windows color (decimal): -4401022 or 8575164. OLE color: 8575164.

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

Color convert

RGB 188 216 130 -
CMYK 0.13 0 0.40 0.15
HSL 79.53º 0.52% 0.68% -
HSV(B) 79.53º 0.4% 0.85% -
XYZ 49.32 61.41 30.37 -
YUV 197.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 188 216 130 0.13 0 0.40 0.15 79.53 0.52 0.68
Hex BC D8 82 D 0 28 F 50 34 44
Octal 274 330 202 15 0 50 17 120 64 104
Binary 10111100 11011000 10000010 1101 0 101000 1111 1010000 110100 1000100

Color Harmonies of #BCD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD882

Black with #BCD882

Text Example


Text Example

White with #BCD882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD882; }

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

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

background-color css

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

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

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

border-color css

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

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

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