Html Css Color HEX #BCD985 Sulu

📋 copy color: '#BCD985'

red 188 ◦ green 217 ◦ blue 133

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

Shades of Sulu #BCD985

Tints of Sulu #BCD985

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 34.94%
G = 40.33%
B = 24.72%

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

#BCD985 (or 0xBCD985) is known color: Sulu. HEX triplet: BC, D9 and 85. RGB value is (188,217,133). Sum of RGB (Red+Green+Blue) = 188+217+133=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD985 is #43267A. Grayscale: #C7C7C7. Windows color (decimal): -4400763 or 8772028. OLE color: 8772028.

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

Color convert

RGB 188 217 133 -
CMYK 0.13 0 0.39 0.15
HSL 80.71º 0.53% 0.69% -
HSV(B) 80.71º 0.39% 0.85% -
XYZ 49.79 62.01 31.54 -
YUV 198.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 188 217 133 0.13 0 0.39 0.15 80.71 0.53 0.69
Hex BC D9 85 D 0 27 F 51 34 45
Octal 274 331 205 15 0 47 17 121 64 105
Binary 10111100 11011001 10000101 1101 0 100111 1111 1010001 110100 1000101

Color Harmonies of #BCD985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD985

Black with #BCD985

Text Example


Text Example

White with #BCD985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD985; }

 p { color: rgb(188,217,133); }

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

background-color css

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

 a { background-color: rgb(188,217,133); }

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

border-color css

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

 span { border-color: rgb(188,217,133); }

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