Html Css Color HEX #BCD782 Sulu

📋 copy color: '#BCD782'

red 188 ◦ green 215 ◦ blue 130

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

Shades of Sulu #BCD782

Tints of Sulu #BCD782

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.34%

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

R = 35.27%
G = 40.34%
B = 24.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#BCD782 (or 0xBCD782) is known color: Sulu. HEX triplet: BC, D7 and 82. RGB value is (188,215,130). Sum of RGB (Red+Green+Blue) = 188+215+130=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD782 is #43287D. Grayscale: #C5C5C5. Windows color (decimal): -4401278 or 8574908. OLE color: 8574908.

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

Color convert

RGB 188 215 130 -
CMYK 0.13 0 0.40 0.16
HSL 79.06º 0.52% 0.68% -
HSV(B) 79.06º 0.4% 0.84% -
XYZ 49.07 60.9 30.29 -
YUV 197.24 90.05 121.41 -
System Red Green Blue C M Y K H S L
Decimal 188 215 130 0.13 0 0.40 0.16 79.06 0.52 0.68
Hex BC D7 82 D 0 28 10 4F 34 44
Octal 274 327 202 15 0 50 20 117 64 104
Binary 10111100 11010111 10000010 1101 0 101000 10000 1001111 110100 1000100

Color Harmonies of #BCD782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD782

Black with #BCD782

Text Example


Text Example

White with #BCD782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD782; }

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

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

background-color css

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

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

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

border-color css

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

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

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