Html Css Color HEX #BCD87F Sulu

📋 copy color: '#BCD87F'

red 188 ◦ green 216 ◦ blue 127

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

Shades of Sulu #BCD87F

Tints of Sulu #BCD87F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.92%

R = 35.4%
G = 40.68%
B = 23.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#BCD87F (or 0xBCD87F) is known color: Sulu. HEX triplet: BC, D8 and 7F. RGB value is (188,216,127). Sum of RGB (Red+Green+Blue) = 188+216+127=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD87F is #432780. Grayscale: #C5C5C5. Windows color (decimal): -4401025 or 8378556. OLE color: 8378556.

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

Color convert

RGB 188 216 127 -
CMYK 0.13 0 0.41 0.15
HSL 78.88º 0.53% 0.67% -
HSV(B) 78.88º 0.41% 0.85% -
XYZ 49.13 61.34 29.33 -
YUV 197.48 88.22 121.24 -
System Red Green Blue C M Y K H S L
Decimal 188 216 127 0.13 0 0.41 0.15 78.88 0.53 0.67
Hex BC D8 7F D 0 29 F 4F 35 43
Octal 274 330 177 15 0 51 17 117 65 103
Binary 10111100 11011000 1111111 1101 0 101001 1111 1001111 110101 1000011

Color Harmonies of #BCD87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD87F

Black with #BCD87F

Text Example


Text Example

White with #BCD87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD87F; }

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

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

background-color css

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

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

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

border-color css

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

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

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