Html Css Color HEX #BCD585 Sulu

📋 copy color: '#BCD585'

red 188 ◦ green 213 ◦ blue 133

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

Shades of Sulu #BCD585

Tints of Sulu #BCD585

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.89%

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

R = 35.21%
G = 39.89%
B = 24.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#BCD585 (or 0xBCD585) is known color: Sulu. HEX triplet: BC, D5 and 85. RGB value is (188,213,133). Sum of RGB (Red+Green+Blue) = 188+213+133=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD585 is #432A7A. Grayscale: #C4C4C4. Windows color (decimal): -4401787 or 8771004. OLE color: 8771004.

HSL color Cylindrical-coordinate representation of color #BCD585: hue angle of 78.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD585 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 133 -
CMYK 0.12 0 0.38 0.16
HSL 78.75º 0.49% 0.68% -
HSV(B) 78.75º 0.38% 0.84% -
XYZ 48.77 59.97 31.2 -
YUV 196.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 188 213 133 0.12 0 0.38 0.16 78.75 0.49 0.68
Hex BC D5 85 C 0 26 10 4F 31 44
Octal 274 325 205 14 0 46 20 117 61 104
Binary 10111100 11010101 10000101 1100 0 100110 10000 1001111 110001 1000100

Color Harmonies of #BCD585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD585

Black with #BCD585

Text Example


Text Example

White with #BCD585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD585; }

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

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

background-color css

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

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

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

border-color css

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

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

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