Html Css Color HEX #BCDA87 Sulu

📋 copy color: '#BCDA87'

red 188 ◦ green 218 ◦ blue 135

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

Shades of Sulu #BCDA87

Tints of Sulu #BCDA87

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

 BLUE value IS 135 (53.13% from 255) = 24.95%

R = 34.75%
G = 40.3%
B = 24.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#BCDA87 (or 0xBCDA87) is known color: Sulu. HEX triplet: BC, DA and 87. RGB value is (188,218,135). Sum of RGB (Red+Green+Blue) = 188+218+135=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA87 is #432578. Grayscale: #C7C7C7. Windows color (decimal): -4400505 or 8903356. OLE color: 8903356.

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

Color convert

RGB 188 218 135 -
CMYK 0.14 0 0.38 0.15
HSL 81.69º 0.53% 0.69% -
HSV(B) 81.69º 0.38% 0.85% -
XYZ 50.18 62.58 32.36 -
YUV 199.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 188 218 135 0.14 0 0.38 0.15 81.69 0.53 0.69
Hex BC DA 87 E 0 26 F 52 35 45
Octal 274 332 207 16 0 46 17 122 65 105
Binary 10111100 11011010 10000111 1110 0 100110 1111 1010010 110101 1000101

Color Harmonies of #BCDA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA87

Black with #BCDA87

Text Example


Text Example

White with #BCDA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA87; }

 p { color: rgb(188,218,135); }

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

background-color css

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

 a { background-color: rgb(188,218,135); }

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

border-color css

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

 span { border-color: rgb(188,218,135); }

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